Files
cf_imes_server/cf-gateway/src/main/resources/application-test.yaml
T
gaoqr f0792baff4 主要微服务(gateway、system、mgn、exec)打包方式修改:
1、支持根据profile打包不同配置在jar外;
2、依赖lib打包在jar外;
3、增加test相关配置;
2024-06-17 18:47:52 +08:00

3 lines
132 B
YAML

spring:
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。