剩余微服务infra、plan、report打包方式修改:

1、支持根据profile打包不同配置在jar外;
2、依赖lib打包在jar外;
3、增加test相关配置;
This commit is contained in:
gaoqr
2024-06-19 14:38:04 +08:00
parent 1e50e1a382
commit 301c959082
12 changed files with 318 additions and 0 deletions
@@ -0,0 +1,4 @@
spring:
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务