Commit b61c20fd by zhangkb

切换应用数据库到外网数据库中

parent 4548d93d
...@@ -5,7 +5,7 @@ spring: ...@@ -5,7 +5,7 @@ spring:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:mysql://192.168.0.192:3306/hyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true url: jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
username: test username: test
password: test password: test
hikari: hikari:
......
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