完成了第一版
This commit is contained in:
parent
7e57735f27
commit
1a9822350a
|
@ -45,7 +45,7 @@ mybatis-plus:
|
|||
configuration:
|
||||
map-underscore-to-camel-case: false
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: isDelete #全局逻辑删除的实体字段名
|
||||
|
|
|
@ -14,7 +14,7 @@ spring:
|
|||
redis:
|
||||
port: 6379
|
||||
host: 154.8.193.216
|
||||
database: 9
|
||||
database: 8
|
||||
password: Cksys6509
|
||||
|
||||
|
||||
|
@ -45,7 +45,7 @@ mybatis-plus:
|
|||
configuration:
|
||||
map-underscore-to-camel-case: false
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: isDelete #全局逻辑删除的实体字段名
|
||||
|
|
Loading…
Reference in New Issue
Block a user