配置文件修改

This commit is contained in:
taozi
2020-12-10 17:55:59 +08:00
parent 31676e0206
commit d5082ac293
2 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,12 @@ yshop:
version: 3.1 version: 3.1
apiUrl: http://127.0.0.1:8009/api apiUrl: http://127.0.0.1:8009/api
logging:
level:
co.yixiang: DEBUG
org.springframework.web: DEBUG
me.chanjar.weixin: DEBUG
mybatis-plus: mybatis-plus:
check-config-location: true check-config-location: true
configuration: configuration:

View File

@ -5,7 +5,6 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://localhost:3306/yshopb2c?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 url: jdbc:mysql://localhost:3306/yshopb2c?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
username: root username: root
password: xxcs@!2019 password: xxcs@!2019