md
This commit is contained in:
parent
505a221db4
commit
499448252e
@ -57,8 +57,6 @@ spring.datasource.test-while-idle=true
|
||||
spring.datasource.validationQuery=select 1 from dual
|
||||
spring.datasource.connection-test-query=select 1 from dual
|
||||
|
||||
#mybatis-plus
|
||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
#redis
|
||||
spring.redis.database=0
|
||||
|
||||
@ -91,7 +91,7 @@ token:
|
||||
mybatis-plus:
|
||||
type-aliases-package: com.xdadan.**.domain
|
||||
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
||||
# config-location: classpath:mybatis/mybatis-config.xml
|
||||
config-location: classpath:mybatis/mybatis-config.xml
|
||||
configuration:
|
||||
cache-enabled: true
|
||||
map-underscore-to-camel-case: true
|
||||
@ -102,9 +102,9 @@ mybatis-plus:
|
||||
id-type: 1
|
||||
#驼峰下划线转换
|
||||
db-column-underline: true
|
||||
# configuration:
|
||||
# #配置打印sql
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
configuration:
|
||||
#配置打印sql
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
saas:
|
||||
tenant:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user