- 博客(26)
- 收藏
- 关注
原创 使用docker报Error response from daemon: Cannot start container container-name: failed to create
昨天使用Docker进行容器化应用开发的过程中,遇到端口冲突的问题。错误信息:Error response from daemon: Cannot start container container-name: failed to create endpoint endpoint-name on network network-name: Bind for 0.0.0.0:port failed: port is already allocated.
2023-07-14 16:32:50 9617 1
原创 docker报Error response from daemon: Get https://registry-1.docker.io/v2/library/image-name/manifests/
前天在使用 Docker 进行容器化部署时,遇到 TLS 握手超时的错误。Error response from daemon: Get https://registry-1.docker.io/v2/library/image-name/manifests/tag: net/http: TLS handshake timeout
2023-07-13 19:36:31 4491
原创 spring项目开发时报ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
昨天在Spring项目开发过程中,遇到ClassNotFoundException: org.springframework.web.context.ContextLoaderListener错误,这次分享将为你提供解决这个问题的方法。
2023-07-11 14:14:10 1960
原创 java.lang.IllegalStateException: BeanFactory not initialized or already closed - call ‘refresh‘ befo
在开发过程中遇到java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
2023-07-10 12:48:41 3112
原创 spring boot项目中使用nacos+sentinel,feign: sentinel: enabled: true 运行服务报错
最近的开发工作中,遇到了一个让我感到困惑的问题,spring boot项目中使用nacos+sentinel,feign: sentinel: enabled: true 运行服务报错
2023-07-09 17:20:05 1211 4
原创 Spring Cloud gateway 运行报错:Please set spring.main.web-application-type=reactive or remove spring-boot
使用springcloud gateway 运行报错:“Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency”。经过一番分析与解决现在和大家分享一下解决办法。
2023-07-08 13:10:33 4327
原创 在使用SpringBoot引用Eureka导致返回结果由json变为xml
在使用SpringBoot引用Eureka导致返回结果由json变为xml的问题
2023-07-07 11:47:44 511
原创 redis报错Connection refused: no further information怎么解决
redis报错Connection refused: no further information怎么解决
2023-07-06 10:33:55 19766
原创 spring boot项目报FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum
处理spring boot项目上传文件时遇到文件大小超过限制的情况。异常信息为FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum permitted size of ...
2023-07-05 09:57:53 617
原创 昨天遇到一个springboot报错FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum
报错信息为:“FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum permitted size of 1048576 bytes.”。FileUploadBase$FileSizeLimitExceededException异常。
2023-07-04 13:26:40 1782
原创 今天在使用mybatis时遇到TypeException: The alias ‘Criterion‘ is already mapped to the value异常
今天在使用mybatis时遇到TypeException: The alias 'Criterion' is already mapped to the value异常,这个问题是关于TypeException异常
2023-07-02 13:21:17 3331
原创 前些天在开发uniapp项目时出现权限没有声明READ_MEDIA_IMAGES和READ_MEDIA_VIDEO但是云打包后仍然有这两个权限
前些天在开发一个基于UniApp的项目时,遇到了一个有趣的问题。我注意到在没有声明READ_MEDIA_IMAGES和READ_MEDIA_VIDEO权限的情况下,云打包后仍然具有这两个权限。
2023-07-01 13:09:25 656 1
原创 前些天在使用uni-app开发中出现nvue input 顶起页面的问题
前些天在使用uni-app开发中出现nvue input 顶起页面的问题,今天就把我是如何解决这个问题的分享给大家。
2023-06-30 13:35:57 1104
原创 昨天使用IDEA连接mysql8.0.16,报[08001] Could not create connection to database server.
昨天使用IDEA连接mysql8.0.16,报[08001] Could not create connection to database server。
2023-06-29 10:28:10 790
原创 昨天开发时出现报错NoClassDefFoundError: org/springframework/boot/bind/RelaxedDataBinder
昨天我遇到了一个"NoClassDefFoundError: org/springframework/boot/bind/RelaxedDataBinder"的报错,让我花费了一些时间去解决。
2023-06-28 16:17:40 825
原创 java.lang.IllegalStateException: Failed to load ApplicationContext问题怎么办
遇到了一个让我苦恼了好一阵的问题:java.lang.IllegalStateException: Failed to load ApplicationContext。这是Spring框架中非常常见的一个错误,通常是因为依赖注入的问题导致的,但是具体的原因并不好定位。
2023-06-26 18:41:54 6634
原创 Spring boot java.lang.NoClassDefFoundError: org/springframework/boot/bind/RelaxedPropertyResolver报错
遇到了一个很奇怪的错误,在我使用Spring Boot创建一个新项目时,一直报错,显示“java.lang.NoClassDefFoundError: org/springframework/boot/bind/RelaxedPropertyResolver”。
2023-06-25 10:30:35 1371
原创 Springboot报错Failed to parse multipart servlet request; nested exception is java.lang.IllegalStateE
开发Springboot上传功能时报错:Failed to parse multipart servlet request; nested exception is java.lang.IllegalStateException: The multi-part request contained parameter data (excluding uploaded files) that exceeded the maximum allowed limit。
2023-06-24 14:49:22 3781
原创 Spring Boot报错Failed to bind properties under ‘‘ to com.zaxxer.hikari.Hikari DataSource
Spring Boot报错Failed to bind properties under '' to com.zaxxer.hikari.Hikari DataSource
2023-06-23 09:52:05 3750
原创 使用Docker 报错OCI runtime exec failed: exec failed: unable to start container process: exec: “xxx“: exe
前些天在使用 Docker 运行一个容器时,遇到了一个报错:OCI runtime exec failed: exec failed: unable to start container process: exec: “xxx“: exec
2023-06-21 14:35:23 23192 3
原创 vue路由出现报错RangeError: Maximum call stack size exceeded
vue路由出现报错RangeError: Maximum call stack size exceeded
2023-06-20 09:34:55 15770
原创 最近使用Sharding-JDBC在PageHelper分页报错 Can‘t find index: AggregationSelectItem
最近使用Sharding-JDBC在PageHelper分页报错 Can‘t find index: AggregationSelectItem
2023-06-19 18:22:02 704
原创 uni-app运行到微信开发者工具axios发请求报错Adapter http is not available in the build
uni-app运行到微信开发者工具axios发请求报错Adapter http is not available in the build
2023-06-19 10:09:09 2061 1
原创 处理GaussDB分区表DQL/DML业务报错
处理GaussDB分区表DQL/DML业务报错,ORA-00439: 特定实例没有启动或正在关闭,ORA-00932: 不支持此操作的这种数据类型或不支持此操作,ORA-00942: 表或视图不存在
2023-06-18 20:11:56 215
原创 mybatis-plus在实际开发中的应用
BaseEntity中封装了一些公共属性,如id、createtime、updatetime等,它们是数据库表中通用的属性,这样定义的好处是我们不需要在每个实体类中再定义这些属性,减少了代码的冗余。BaseMapper中封装了许多常用的CRUD操作,如insert、update、delete、select等,我们可以直接调用这些方法,避免了手写SQL语句的麻烦。我们在项目中使用Mybatis-Plus,这是一个基于Mybatis的优秀ORM框架,它提供了许多方便的工具和封装,可以大量地减轻我们的开发负担。
2023-06-17 21:12:20 214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人