|
@@ -9,11 +9,14 @@ spring:
|
|
|
username: adm
|
|
|
password: adm
|
|
|
url: jdbc:mysql://192.168.0.11/adm?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
+# username: root
|
|
|
+# password: Bdtp@1qaz@WSX
|
|
|
+# url: jdbc:mysql://cd-cdb-nboe1rje.sql.tencentcdb.com:61955/adm-poc?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
rabbitmq:
|
|
|
- host: 192.168.100.93
|
|
|
- port: 9936
|
|
|
- username: pbsage
|
|
|
- password: pbsage123
|
|
|
+ host: develop.ysbdtp.com
|
|
|
+ port: 32436
|
|
|
+ username: admin
|
|
|
+ password: bdtp123456
|
|
|
virtualHost: /test
|
|
|
persagy:
|
|
|
common:
|
|
@@ -28,11 +31,11 @@ persagy:
|
|
|
oldPlatformUrl: http://39.102.40.239
|
|
|
bdtp:
|
|
|
rwd:
|
|
|
- service: http://develop.persagy.com/dmp-rwd
|
|
|
+ service: http://develop.ysbdtp.com/dmp-rwd
|
|
|
file:
|
|
|
- service: http://develop.persagy.com/dmp-file
|
|
|
+ service: http://develop.ysbdtp.com/dmp-file
|
|
|
dic:
|
|
|
- service: http://develop.persagy.com/dmp-dic
|
|
|
+ service: http://develop.ysbdtp.com/dmp-dic
|
|
|
mybatis-plus:
|
|
|
type-handlers-package: com.persagy.**.typehandler
|
|
|
configuration:
|