|
|
@@ -1,19 +1,18 @@
|
|
|
server:
|
|
|
- port: 1097 #恒洁37服务器
|
|
|
-# port: 2010
|
|
|
+ port: 8200
|
|
|
+
|
|
|
spring:
|
|
|
datasource:
|
|
|
-# url: jdbc:mysql://127.0.0.1:3306/hgpt?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
- url: jdbc:mysql://172.20.12.198:3306/hgpt?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://120.53.222.149:3306/mnls_mp?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: dongke
|
|
|
+ password: server!@#456
|
|
|
jackson:
|
|
|
date-format:yyyy-MM-dd HH:mm:ss
|
|
|
time-zone=GMT+8
|
|
|
flyway:
|
|
|
enabled: true
|
|
|
locations: classpath:db/migration
|
|
|
- # baseline-on-migrate: true
|
|
|
+# baseline-on-migrate: true
|
|
|
|
|
|
|
|
|
deveCode: dk
|
|
|
@@ -21,15 +20,13 @@ deveKey: dk
|
|
|
deveUrl: http://localhost:9998/
|
|
|
|
|
|
logback:
|
|
|
- file: /data/java_project/hegii-mp/test/logs
|
|
|
+ file: /data/java_project/mnls_mp_test/
|
|
|
|
|
|
-crmOrderUrl: https://cssq.hegii.com/restful/postorder?clientid=hegiicss
|
|
|
-#crmOrderUrl: CRMAPP-SSZB-21.hegii.com/restful/postorder?clientid=hegiicss
|
|
|
-siebelUrl: crm.hegii.com
|
|
|
-usernameToken: HEGIICRMII
|
|
|
-passwordText: HGcrmIIProd12#!
|
|
|
+crmOrderUrl: cssq.hegii.com/restful/postorder?clientid=hegiicss
|
|
|
+siebelUrl: crmd-sszb-01.hegii.com
|
|
|
+usernameToken: HEGIITEST
|
|
|
+passwordText: HEGIITEST
|
|
|
hegii-mp-url: https://hapcloudq.hegii.com
|
|
|
-
|
|
|
-uploadUrl: /data/java_project/hegii-mp/test/upload/
|
|
|
-fileUrl: http://172.17.216.48:1098/download/
|
|
|
+uploadUrl: D:/upload/hegii/
|
|
|
+fileUrl: http://192.168.0.215:5000/
|
|
|
runType: test
|