|
@@ -1,16 +1,20 @@
|
|
|
server:
|
|
|
- port: 8096
|
|
|
+ port: 8097
|
|
|
+# ssl:
|
|
|
+# key-store: classpath:8717089_qingshan.ifarmcloud.com.jks
|
|
|
+# key-store-type: jks
|
|
|
+# key-store-password: QYCEc3uL
|
|
|
ssl:
|
|
|
- key-store: classpath:8717089_qingshan.ifarmcloud.com.jks
|
|
|
+ key-store: classpath:11092672_kdmc.ifarmcloud.com.jks
|
|
|
key-store-type: jks
|
|
|
- key-store-password: QYCEc3uL
|
|
|
+ key-store-password: 9m78dpuq
|
|
|
spring:
|
|
|
application:
|
|
|
name: huimv-env-manage
|
|
|
|
|
|
datasource:
|
|
|
# url: jdbc:mysql://115.238.57.190:3306/huimv-env-platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
- url: jdbc:mysql://192.168.1.7:3306/huimv-env-platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://122.112.224.199:3306/huimv-env-platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
password: hm123456
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|