mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
ci: 解决循环依赖问题
This commit is contained in:
parent
11ccd5403d
commit
f698b0853b
@ -2,6 +2,8 @@ server:
|
||||
port: 8000
|
||||
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true # 解决循环依赖的问题,似乎是因为版本太高了
|
||||
mvc:
|
||||
pathmatch:
|
||||
matching-strategy: ant_path_matcher
|
||||
|
Loading…
Reference in New Issue
Block a user