配置文件修改
This commit is contained in:
@ -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:
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user