LAPTOP-FO2T5SIU\35838 hai 9 meses
pai
achega
94be62f432

+ 20 - 7
pro-main/src/main/resources/application-prod.yml

@@ -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
+
+
 

+ 1 - 1
pro-main/src/main/resources/application.yml

@@ -37,7 +37,7 @@ server:
 spring:
   profiles:
     # 数据库源,dev/prod/test
-    active: test
+    active: prod
   messages:
     encoding: UTF-8
   servlet: