ci: 解决循环依赖问题

This commit is contained in:
zhangjialin 2022-03-16 17:46:24 +08:00
parent 11ccd5403d
commit f698b0853b

View File

@ -2,6 +2,8 @@ server:
port: 8000 port: 8000
spring: spring:
main:
allow-circular-references: true # 解决循环依赖的问题,似乎是因为版本太高了
mvc: mvc:
pathmatch: pathmatch:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher