Commit 8390fc6f authored by gzt's avatar gzt

数据库地址指向到阿里云

parent 868e4ab3
......@@ -5,9 +5,9 @@ spring:
datasource:
# 数据源基本配置
username: root
password: root
password: yxkj123
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
url: jdbc:mysql://123.57.35.186:3306/security_oauth?useUnicode=true&characterEncoding=utf-8&useSSL=false
# 数据源其他配置
initialSize: 5
minIdle: 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment