1. 清理工程结构
2. 优化环境配置结构,使用 maven profile 简化个人配置与发布配置切换 3. 修复代码生成器生成菜单 sql 为携带分布式 Id 的错误
This commit is contained in:
@@ -3,7 +3,7 @@ spring:
|
||||
name: bpm-server
|
||||
|
||||
profiles:
|
||||
active: dev
|
||||
active: ${env.name}
|
||||
|
||||
main:
|
||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||
|
||||
Reference in New Issue
Block a user