小的修正

This commit is contained in:
yidao620
2018-03-03 17:20:26 +08:00
parent 4d54bc955f
commit 718b43cfd3
3 changed files with 2 additions and 13 deletions

View File

@ -9,7 +9,7 @@ spring:
################### mybatis-plus配置 ###################
mybatis-plus:
mapper-locations: classpath*:com/xncoding/pos/dao/repository/mapping/*.xml
mapper-locations: classpath*:com/xncoding/pos/common/dao/repository/mapping/*.xml
typeAliasesPackage: >
com.xncoding.pos.common.dao.entity
global-config:
@ -37,8 +37,6 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
username: root
password: 123456
thymeleaf:
cache: false
logging:
level:
@ -59,8 +57,6 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
username: root
password: 123456
thymeleaf:
cache: false
logging:
level: