@@ -50,6 +50,8 @@ logging:
# Spring配置
spring:
+ main:
+ allow-circular-references: true
# 资源信息
messages:
# 国际化资源文件路径
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.7.12</version>
+ <version>2.5.15</version>
<type>pom</type>
<scope>import</scope>
</dependency>