1. 调整 codegen 的模板

2. 编写 ut 的代码生成器模板
This commit is contained in:
YunaiV
2021-03-06 20:06:43 +08:00
parent ea88210243
commit aaf762e74f
21 changed files with 270 additions and 48 deletions

View File

@ -154,7 +154,7 @@ yudao:
file:
base-path: http://127.0.0.1:${server.port}/${yudao.web.api-prefix}/file/get/
codegen:
base-package: ${yudao.info.base-package}.modules
base-package: ${yudao.info.base-package}
db-schemas: ${spring.datasource.name}
xss:
enable: false