配置修改及问题修复
正在显示
2 个修改的文件
包含
8 行增加
和
14 行删除
... | @@ -308,7 +308,7 @@ public class MaterialINController { | ... | @@ -308,7 +308,7 @@ public class MaterialINController { |
308 | } | 308 | } |
309 | result.setResult(materialIN); | 309 | result.setResult(materialIN); |
310 | result.setSuccess(true); | 310 | result.setSuccess(true); |
311 | }*/ | 311 | } |
312 | return result; | 312 | return result; |
313 | } | 313 | } |
314 | 314 | ... | ... |
... | @@ -89,21 +89,15 @@ spring: | ... | @@ -89,21 +89,15 @@ 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://47.104.179.187:6003/sk-se-group-zfst?characterEncoding=UTF-8&useUnicode=true&useSSL=false |
93 | username: root | ||
94 | password: jkauto@123 | ||
95 | driver-class-name: com.mysql.jdbc.Driver | ||
96 | # 恩菲数据同步 | ||
97 | nf-db: | ||
98 | url: jdbc:mysql://47.104.179.187:6003/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false | ||
99 | username: root | 93 | username: root |
100 | password: jkauto@123 | 94 | password: jkauto@123 |
101 | driver-class-name: com.mysql.jdbc.Driver | 95 | driver-class-name: com.mysql.jdbc.Driver |
102 | # 多数据源配置 | 96 | # 多数据源配置 |
103 | pg-db: | 97 | pg-db: |
104 | url: jdbc:postgresql://113.249.91.27:10086/postgres?useUnicode=true&characterEncoding=UTF8 | 98 | url: jdbc:postgresql://139.129.230.214:10086/postgres?useUnicode=true&characterEncoding=UTF8 |
105 | username: postgres | 99 | username: postgres |
106 | password: jkauto@123 | 100 | password: Jkpostgres@zz |
107 | driver-class-name: org.postgresql.Driver | 101 | driver-class-name: org.postgresql.Driver |
108 | #redis 配置 | 102 | #redis 配置 |
109 | redis: | 103 | redis: |
... | @@ -162,11 +156,11 @@ skua: | ... | @@ -162,11 +156,11 @@ skua: |
162 | isRunTimeInterval: 3600 | 156 | isRunTimeInterval: 3600 |
163 | #视频对接相关配置,未使用,待完善 | 157 | #视频对接相关配置,未使用,待完善 |
164 | video: | 158 | video: |
165 | lan: 113.249.91.27 | 159 | lan: 118.190.97.62 |
166 | ip: 113.249.91.27 | 160 | ip: 118.190.97.62 |
167 | port: 8667 | 161 | port: 8667 |
168 | appkey: 21656155 | 162 | appkey: 23259573 |
169 | secretkey: llQvkzDIzmYnNiXNYxDN | 163 | secretkey: 0zoBqIJeudIhgCysCe0r |
170 | #消息推送 | 164 | #消息推送 |
171 | push: | 165 | push: |
172 | #是否开启流程消息推送 | 166 | #是否开启流程消息推送 | ... | ... |
-
请 注册 或 登录 后发表评论