
SpringBoot升级
文章平均质量分 65
message丶小和尚
你不必生来勇敢,天赋过人,只要能投入勤奋,诚诚恳恳。
展开
-
SpringBoot升级全纪录之项目启动
SpringBoot升级全纪录,记录项目升级过程中的问题与解决方式原创 2024-11-19 17:24:13 · 1148 阅读 · 0 评论 -
Access denied for user ‘root‘@‘127.0.0.1‘ (using password: YES)
Access denied for user ‘root‘@‘127.0.0.1‘ (using password: YES)原创 2024-11-19 16:27:44 · 554 阅读 · 0 评论 -
Bean named ‘ddlApplicationRunner‘ is expected to be of type ‘org.springframework.boot.Runner‘
Bean named 'ddlApplicationRunner' is expected to be of type 'org.springframework.boot.Runner' but was actually of type 'org.springframework.beans.factory.support.NullBean'原创 2024-11-19 16:16:46 · 808 阅读 · 0 评论 -
Initialization Sequence datacenterId:16 workerId:10
Initialization Sequence datacenterId:16 workerId:10原创 2024-11-19 16:09:29 · 527 阅读 · 0 评论 -
org.apache.catalina.core.StandardService stopInternal
导包时需要注意,包名以javax开头的需要改为jakarta;升级之后,由于Java EE已经变更为Jakarta EE。原创 2024-09-11 13:44:15 · 1196 阅读 · 0 评论 -
No data sources are configured to run this SQL and provide advanced code assistance
No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via problem menu (Alt+Enter).原创 2024-08-30 20:06:05 · 726 阅读 · 0 评论 -
Bean named ‘redisTemplate‘ is expected to be of type ‘org.springframework.data.redis.core.StringRedi
Bean named 'redisTemplate' is expected to be of type 'org.springframework.data.redis.core.StringRedisTemplate' but was actually of type 'org.springframework.data.redis.core.RedisTemplate'原创 2024-08-30 19:55:00 · 1169 阅读 · 0 评论 -
Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String
Invalid value type for attribute 'factoryBeanObjectType': java.lang.String原创 2024-08-13 16:49:59 · 452 阅读 · 1 评论 -
java.lang.IllegalArgumentException: Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are require
java.lang.IllegalArgumentException: Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are require原创 2024-08-13 15:44:18 · 1665 阅读 · 0 评论 -
Mybatis-plus升级(2.3至3.5)
Mybatis-plus升级(2.3至3.5)原创 2024-08-13 15:42:53 · 2439 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ser/std/ToStringSerializerBase
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ser/std/ToStringSerializerBase原创 2024-08-08 14:04:36 · 863 阅读 · 0 评论 -
Logging system failed to initialize using configuration from ‘null‘
Logging system failed to initialize using configuration from 'null'原创 2024-08-08 13:17:00 · 5107 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: ch/qos/logback/core/util/StatusPrinter2
java.lang.NoClassDefFoundError: ch/qos/logback/core/util/StatusPrinter2原创 2024-08-08 10:25:09 · 2655 阅读 · 0 评论 -
java.nio.charset.MalformedInputException: Input length = 1
java.nio.charset.MalformedInputException: Input length = 1原创 2024-08-08 10:07:19 · 497 阅读 · 0 评论 -
SpringBoot升级全纪录之Maven打包
SpringBoot升级全纪录之Maven打包原创 2024-08-07 17:52:06 · 1778 阅读 · 0 评论 -
找不到引用包的类
找不到引用包的类原创 2024-08-07 17:47:43 · 414 阅读 · 0 评论 -
@Autowired提示:Field injection is not recommended
@Autowired提示:Field injection is not recommended原创 2024-08-07 17:43:17 · 634 阅读 · 0 评论 -
javax.validation.constraints.NotEmpty 报错
javax.validation.constraints.NotEmpty 报错原创 2024-08-07 17:33:52 · 387 阅读 · 0 评论 -
无法访问jakarta.servlet.http.HttpServletRequest
无法访问jakarta.servlet.http.HttpServletRequest原创 2024-08-07 17:18:38 · 2470 阅读 · 0 评论 -
找不到符号BASE64Decoder、BASE64Encoder
找不到符号BASE64Decoder、BASE64Encoder原创 2024-08-07 17:10:38 · 670 阅读 · 0 评论 -
Method does not override method from its superclass
Method does not override method from its superclass原创 2024-08-07 16:35:01 · 482 阅读 · 0 评论 -
找不到符号 javax.servlet.WriteListener
找不到符号 javax.servlet.WriteListener原创 2024-08-07 16:26:17 · 219 阅读 · 0 评论 -
程序包javax.annotation不存在
程序包javax.annotation不存在原创 2024-08-07 16:16:55 · 639 阅读 · 0 评论 -
错误: 不支持发行版本 1.17
错误: 不支持发行版本 1.17原创 2024-08-07 15:54:59 · 493 阅读 · 0 评论 -
Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field ‘com.sun.tools.javac.tree.
Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'原创 2024-08-07 15:35:38 · 1127 阅读 · 0 评论 -
Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment
Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment原创 2024-08-07 15:28:04 · 520 阅读 · 0 评论