This commit is contained in:
@@ -37,6 +37,9 @@ mybatis-plus:
|
||||
logic-delete-field: status
|
||||
logic-delete-value: 0
|
||||
logic-not-delete-value: 1
|
||||
# 自动建表
|
||||
mapper-locations: classpath*:/mapper/**/*.xml
|
||||
type-aliases-package: com.example.building.entity
|
||||
|
||||
# JWT配置 - 环境变量注入
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user