Commit b99d1cc5 by Administrator

Update application.yml

parent 495f0fd3
...@@ -22,10 +22,10 @@ spring: ...@@ -22,10 +22,10 @@ spring:
maximum-pool-size: 5 maximum-pool-size: 5
connection-test-query: select 1 from dual connection-test-query: select 1 from dual
slave_1: slave_1:
url: jdbc:oracle:thin://119.96.99.9:30110/orcl url: jdbc:mysql://47.121.142.86:3306/sys
username: jcsjv2 username: root
password: jcsjv2 password: CNg6jkJIEZvUHnuN
driver-class-name: oracle.jdbc.OracleDriver driver-class-name: com.mysql.jdbc.Driver
redis: redis:
host: 119.96.87.17 #47.104.251.199 host: 119.96.87.17 #47.104.251.199
port: 6379 #6942 port: 6379 #6942
......
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