|
@@ -0,0 +1,69 @@
|
|
|
|
+server:
|
|
|
|
+ port: 8010
|
|
|
|
+spring:
|
|
|
|
+ application:
|
|
|
|
+ name: huimv-goldpig-gateway
|
|
|
|
+
|
|
|
|
+ datasource:
|
|
|
|
+ url: jdbc:mysql://192.168.1.7:3306/huimv-goldpig?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
|
+ username: root
|
|
|
|
+ password: hm123456
|
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
+ jpa:
|
|
|
|
+ show-sql: true
|
|
|
|
+ database: mysql
|
|
|
|
+ hibernate:
|
|
|
|
+ ddl-auto: update
|
|
|
|
+ database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
|
+ open-in-view: true
|
|
|
|
+
|
|
|
|
+ # redis:
|
|
|
|
+# database: 0
|
|
|
|
+# host: 119.3.84.55
|
|
|
|
+# port: 6379
|
|
|
|
+# password: hm123456
|
|
|
|
+# jedis:
|
|
|
|
+# pool:
|
|
|
|
+# max-active: 20
|
|
|
|
+# max-wait: -1
|
|
|
|
+# max-idle: 10
|
|
|
|
+# min-idle: 0
|
|
|
|
+# timeout: 5000
|
|
|
|
+
|
|
|
|
+#server:
|
|
|
|
+# port: 9110
|
|
|
|
+#spring:
|
|
|
|
+# application:
|
|
|
|
+# name: huimv-hy-autoGetData
|
|
|
|
+#
|
|
|
|
+# datasource:
|
|
|
|
+## url: jdbc:mysql://47.98.175.112:3306/huimv_ql_farm_haiyan?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
|
+# # url: jdbc:mysql://36.22.189.214:3306/huimv_ql_farm?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
|
+# url: jdbc:mysql://192.168.1.7:3306/huimv_ql_farm?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
|
+# username: root
|
|
|
|
+# password: hm123456
|
|
|
|
+# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
+# jpa:
|
|
|
|
+# properties:
|
|
|
|
+# hibernate:
|
|
|
|
+# enable_lazy_load_no_trans: true
|
|
|
|
+# show-sql: true
|
|
|
|
+# database: mysql
|
|
|
|
+# hibernate:
|
|
|
|
+# ddl-auto: update
|
|
|
|
+# database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
|
+# open-in-view: true
|
|
|
|
+
|
|
|
|
+ # redis:
|
|
|
|
+# database: 0
|
|
|
|
+# host: 119.3.84.55
|
|
|
|
+# port: 6379
|
|
|
|
+# password: hm123456
|
|
|
|
+# jedis:
|
|
|
|
+# pool:
|
|
|
|
+# max-active: 20
|
|
|
|
+# max-wait: -1
|
|
|
|
+# max-idle: 10
|
|
|
|
+# min-idle: 0
|
|
|
|
+# timeout: 5000
|
|
|
|
+
|