|
@@ -9,12 +9,12 @@ spring:
|
|
|
username: root
|
|
|
password: Bdtp@1qaz@WSX
|
|
|
url: jdbc:mysql://10.0.0.5:3306/adm-poc?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT
|
|
|
-# rabbitmq:
|
|
|
-# host: 82.156.204.212
|
|
|
-# port: 9936
|
|
|
-# username: admin
|
|
|
-# password: bdtp123456
|
|
|
-# virtualHost: /test
|
|
|
+ rabbitmq:
|
|
|
+ host: 82.156.204.212
|
|
|
+ port: 9936
|
|
|
+ username: admin
|
|
|
+ password: bdtp123456
|
|
|
+ virtualHost: /test
|
|
|
persagy:
|
|
|
common:
|
|
|
# file:
|
|
@@ -26,12 +26,12 @@ persagy:
|
|
|
enabled: false
|
|
|
adm:
|
|
|
oldPlatformUrl: http://39.102.40.239
|
|
|
-# bdtp:
|
|
|
-# rwd:
|
|
|
-# service: http://82.157.151.123/dmp-rwd
|
|
|
-# file:
|
|
|
-# service: http://82.157.151.123/dmp-file
|
|
|
-# dic:
|
|
|
-# service: http://82.157.151.123/dmp-dic
|
|
|
+ bdtp:
|
|
|
+ rwd:
|
|
|
+ service: http://82.157.151.123/dmp-rwd
|
|
|
+ file:
|
|
|
+ service: http://82.157.151.123/dmp-file
|
|
|
+ dic:
|
|
|
+ service: http://82.157.151.123/dmp-dic
|
|
|
mybatis-plus:
|
|
|
type-handlers-package: com.persagy.**.typehandler
|