fix: code & vm
This commit is contained in:
16
play-admin/target/classes/application.yml
Normal file
16
play-admin/target/classes/application.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
server:
|
||||
port: 7002
|
||||
spring:
|
||||
profiles:
|
||||
active: test
|
||||
|
||||
# mybatis日志
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
# 逻辑删除
|
||||
db-config:
|
||||
logic-delete-field: deleted # 全局逻辑删除的实体字段名
|
||||
logic-delete-value: 1
|
||||
logic-not-delete-value: 0
|
||||
# xml文件路径,classpath* 代表所有模块的resources目录 classpath 不加星号代表当前模块下的resources目录
|
||||
mapper-locations: classpath*:mapper/**/*.xml
|
||||
Reference in New Issue
Block a user