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