恢复原yml配置,建议本地忽略该文件提交项目;

This commit is contained in:
terrfly 2021-06-10 18:25:58 +08:00
parent 81df264507
commit 90be6ce8da
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
spring:
datasource:
# yml填写url连接串 无需将&符号进行转义
url: jdbc:mysql://127.0.0.1:3306/jeepay?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/jeepaydb?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
username: root
password: root
password:
redis:
host: 127.0.0.1
port: 6379