调整配置文件

This commit is contained in:
xuwenbo
2020-05-20 13:41:47 +08:00
parent 81a097714e
commit 6e900dc113
4 changed files with 14 additions and 23 deletions

View File

@ -54,7 +54,16 @@ yshop:
appKey: 81f43a2e-f504-45c4-9b54-2637d59f8190
apiUrl: http://127.0.0.1:8009/api
mybatis-plus:
check-config-location: true
configuration:
map-underscore-to-camel-case: true
global-config:
db-config:
id-type: auto
logic-delete-value: 1
logic-not-delete-value: 0
mapper-locations: classpath*:mapper/**/*Mapper.xml
# PageHelper分页插件
pagehelper:
helperDialect: mysql