Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-12-13 16:59:23,501 ERROR Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memoryMonitor' defined in URL [jar:f...
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-04-01 20:35:54.669 ERROR 55364 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...
Fri, Mar 24 2023 2:01:20 pm | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:423) Fri, Mar 24 2023 2:01:20 pm | at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) Fri, Mar 24 2023 2:01:20 pm | at org.springframework.boot....
解决办法: 去掉springboot devtools热启动包,依赖冲突导致的。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</optional> </dependency> 1. 2. 3. 4. 5. 6. 版本冲突和依赖冲突往往折磨人 如果要保留热启...
版本1.3.2 没有被配置数据源,默认直接单机模式启动,报错 2020-11-09 11:27:31,721 INFO Root WebApplicationContext: initialization completed in 3223 ms 2020-11-09 11:27:32,359 WARN HikariPool-1 - idleTimeout has been set but has no effect because the pool is