fix: code & vm

This commit is contained in:
hucs
2024-03-22 16:46:41 +08:00
parent 994f32a342
commit 649e1ee2e5
533 changed files with 3940 additions and 9 deletions

View 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