恢复原yml配置,建议本地忽略该文件提交项目;
This commit is contained in:
parent
81df264507
commit
90be6ce8da
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue