refactor(generator): 重构代码生成配置

Closes #42
This commit is contained in:
2024-03-11 21:22:54 +08:00
parent dee3cf64cb
commit 7031a51cd4
17 changed files with 72 additions and 56 deletions

View File

@@ -214,6 +214,8 @@ spring:
profiles:
# 启用的环境
active: dev
include:
- generator
main:
# 允许定义重名的 bean 对象覆盖原有的 bean
allow-bean-definition-overriding: true