Skip to content

Commit be97df7

Browse files
committed
application-dss.yml添加配置允许循环引用
1 parent dc18d94 commit be97df7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf/application-dss.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ logging:
2121
# configuration:
2222
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
2323

24+
spring:
25+
main:
26+
allow-circular-references: true
27+

0 commit comments

Comments
 (0)