feat: 搭建后端多租户名片服务
- 初始化 Spring Boot 多模块工程与通用基础能力 - 增加租户、组织、用户、名片、文件、统计等业务模块 - 补充数据库迁移脚本与基础测试
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
spring:
|
||||
flyway:
|
||||
connect-retries: 30
|
||||
|
||||
logging:
|
||||
file:
|
||||
path: ${LOG_PATH:/app/logs}
|
||||
level:
|
||||
root: INFO
|
||||
com.easycard: INFO
|
||||
Reference in New Issue
Block a user