|
@@ -1,13 +1,26 @@
|
|
|
# 环境 dev|test|prod|cloud
|
|
|
|
|
|
-#dev环境 mysql7.0
|
|
|
-spring :
|
|
|
- datasource :
|
|
|
- driverClassName : com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://localhost:3306/rock_base?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
|
|
- username: root
|
|
|
- password: 123456
|
|
|
+#dev环境 mysql5.7
|
|
|
+spring:
|
|
|
+ datasource:
|
|
|
+ #主库
|
|
|
+ master:
|
|
|
+ jdbc-url: jdbc:mysql://47.113.226.116:3306/idea_settle_down?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=UTC
|
|
|
+ username: pany
|
|
|
+ password: asset@2002302!24
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
hikari:
|
|
|
maxLifetime: 1765000
|
|
|
maximumPoolSize: 15
|
|
|
+ application:
|
|
|
+ name: search
|
|
|
+ data:
|
|
|
+ elasticsearch:
|
|
|
+ cluster-name: idea-es-cluster-1 # cluster_name
|
|
|
+ cluster-nodes: 36.134.98.30:9300 # 测试es服务器
|
|
|
+
|
|
|
+server:
|
|
|
+ port: 9016
|
|
|
+
|
|
|
+
|
|
|
|