|
@@ -9,12 +9,12 @@ spring:
|
|
|
username: adm
|
|
|
password: adm
|
|
|
url: jdbc:mysql://192.168.0.11/adm?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT
|
|
|
- rabbitmq:
|
|
|
- host: 192.168.100.93
|
|
|
- port: 9936
|
|
|
- username: pbsage
|
|
|
- password: pbsage123
|
|
|
- virtualHost: /test
|
|
|
+# rabbitmq:
|
|
|
+# host: 192.168.100.93
|
|
|
+# port: 9936
|
|
|
+# username: pbsage
|
|
|
+# password: pbsage123
|
|
|
+# virtualHost: /test
|
|
|
persagy:
|
|
|
common:
|
|
|
# file:
|
|
@@ -26,13 +26,13 @@ persagy:
|
|
|
enabled: false
|
|
|
adm:
|
|
|
oldPlatformUrl: http://39.102.40.239
|
|
|
- bdtp:
|
|
|
- rwd:
|
|
|
- service: http://develop.persagy.com/dmp-rwd
|
|
|
- file:
|
|
|
- service: http://develop.persagy.com/dmp-file
|
|
|
- dic:
|
|
|
- service: http://develop.persagy.com/dmp-dic
|
|
|
+# bdtp:
|
|
|
+# rwd:
|
|
|
+# service: http://develop.persagy.com/dmp-rwd
|
|
|
+# file:
|
|
|
+# service: http://develop.persagy.com/dmp-file
|
|
|
+# dic:
|
|
|
+# service: http://develop.persagy.com/dmp-dic
|
|
|
mybatis-plus:
|
|
|
type-handlers-package: com.persagy.**.typehandler
|
|
|
configuration:
|