配置文件修改
This commit is contained in:
@ -50,6 +50,12 @@ yshop:
|
||||
version: 3.1
|
||||
apiUrl: http://127.0.0.1:8009/api
|
||||
|
||||
logging:
|
||||
level:
|
||||
co.yixiang: DEBUG
|
||||
org.springframework.web: DEBUG
|
||||
me.chanjar.weixin: DEBUG
|
||||
|
||||
mybatis-plus:
|
||||
check-config-location: true
|
||||
configuration:
|
||||
|
@ -5,7 +5,6 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
|
||||
url: jdbc:mysql://localhost:3306/yshopb2c?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: xxcs@!2019
|
||||
|
Reference in New Issue
Block a user