|
@@ -12,7 +12,7 @@ spring:
|
|
max-wait: -1ms
|
|
max-wait: -1ms
|
|
timeout: 2000ms
|
|
timeout: 2000ms
|
|
datasource:
|
|
datasource:
|
|
- url: jdbc:mysql://192.168.1.24:3306/RMS_TEST?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.1.24:3306/rms_test?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
username: root
|
|
password: rrzTwWAYX8Gxh5JH
|
|
password: rrzTwWAYX8Gxh5JH
|
|
@@ -42,4 +42,5 @@ PASFile: http://192.168.1.24:8011
|
|
PCSUrl: http://localhost:8871
|
|
PCSUrl: http://localhost:8871
|
|
PASUrl: http://localhost:8877
|
|
PASUrl: http://localhost:8877
|
|
PCS: http://192.168.1.24:81
|
|
PCS: http://192.168.1.24:81
|
|
-PAS: http://192.168.1.24:80
|
|
|
|
|
|
+#PAS: http://192.168.1.24:80
|
|
|
|
+PAS: http://192.168.1.9:8086
|