kangwei:
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
... | @@ -89,19 +89,23 @@ spring: | ... | @@ -89,19 +89,23 @@ spring: |
89 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 | 89 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
90 | datasource: | 90 | datasource: |
91 | master: | 91 | master: |
92 | #url: jdbc:mysql://47.104.179.187:6003/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | ||
92 | url: jdbc:mysql://113.249.91.27:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | 93 | url: jdbc:mysql://113.249.91.27:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false |
94 | #url: jdbc:mysql://20.0.99.3:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | ||
93 | username: root | 95 | username: root |
94 | password: jkauto@123 | 96 | password: jkauto@123 |
95 | driver-class-name: com.mysql.jdbc.Driver | 97 | driver-class-name: com.mysql.jdbc.Driver |
96 | # 恩菲数据同步 | 98 | # 恩菲数据同步 |
97 | nf-db: | 99 | nf-db: |
98 | url: jdbc:mysql://113.249.91.27:3306/zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | 100 | url: jdbc:mysql://113.249.91.27:3306/zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false |
101 | #url: jdbc:mysql://20.0.99.3:3306/zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | ||
99 | username: root | 102 | username: root |
100 | password: jkauto@123 | 103 | password: jkauto@123 |
101 | driver-class-name: com.mysql.jdbc.Driver | 104 | driver-class-name: com.mysql.jdbc.Driver |
102 | # 多数据源配置 | 105 | # 多数据源配置 |
103 | pg-db: | 106 | pg-db: |
104 | url: jdbc:postgresql://113.249.91.27:10086/postgres?useUnicode=true&characterEncoding=UTF8 | 107 | url: jdbc:postgresql://113.249.91.27:10086/postgres?useUnicode=true&characterEncoding=UTF8 |
108 | #url: jdbc:postgresql://20.0.99.3:10086/postgres?useUnicode=true&characterEncoding=UTF8 | ||
105 | username: postgres | 109 | username: postgres |
106 | password: jkauto@123 | 110 | password: jkauto@123 |
107 | driver-class-name: org.postgresql.Driver | 111 | driver-class-name: org.postgresql.Driver | ... | ... |
-
请 注册 或 登录 后发表评论