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