11 2024 档案
Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.context.logging.LoggingApplicationListener
摘要:利用maven创建项目出现这个问题是因为maven依赖父工程需要添加 <parent> <groupId>org.springframework.boot</groupId> <version>2.7.14</version> <artifactId>spring-boot-starter-pare
阅读全文
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
摘要:出现Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException的错误 这个错误是因为在SpringBoot2.6之后,Spring MVC 处理
阅读全文
redis配置和工具类
摘要:依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>2.5.14</version> </depend
阅读全文