소스 검색

萧山中医院

liuqq 3 년 전
부모
커밋
f2ccc2f382

+ 3 - 3
config-center/src/main/resources/shared/gateway-service-local.yml

@@ -1,8 +1,8 @@
 spring:
   redis:
     database: 12
-    host: 192.168.2.237 # Redis服务器地址
-    port: 63791 # Redis服务器连接端口
-    password: emrais # Redis服务器连接密码(默认为空)
+    host: 192.168.0.196 # Redis服务器地址
+    port: 6379 # Redis服务器连接端口
+    password: lantone # Redis服务器连接密码(默认为空)
 
 swagger.show: true

+ 4 - 4
config-center/src/main/resources/shared/report-service-local.yml

@@ -1,12 +1,12 @@
 spring:
   redis:
     database: 12
-    host: 192.168.2.237 # Redis服务器地址
-    port: 63791 # Redis服务器连接端口
-    password: emrais # Redis服务器连接密码(默认为空)
+    host: 192.168.0.196 # Redis服务器地址
+    port: 6379 # Redis服务器连接端口
+    password: lantone # Redis服务器连接密码(默认为空)
   datasource:
     druid:
-      url: jdbc:mysql://192.168.2.237:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      url: jdbc:mysql://192.168.0.195:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
       username: root
       password: lantone
 

+ 1 - 1
gateway-service/src/main/resources/bootstrap.yml

@@ -64,7 +64,7 @@ spring:
         min-idle: 0 # 连接池中的最小空闲连接
     timeout: 20000 # 连接超时时间(毫秒)
   profiles:
-    active: debug
+    active: local
 
 eureka:
   client:

+ 1 - 1
pom.xml

@@ -361,7 +361,7 @@
                 </plugin>
             </plugins>
         </pluginManagement>
-        <finalName>app</finalName>
+        <!--<finalName>app</finalName>-->
     </build>
 
 </project>

+ 1 - 1
report-service/src/main/resources/bootstrap.yml

@@ -18,7 +18,7 @@ spring:
         min-idle: 0 # 连接池中的最小空闲连接
     timeout: 20000 # 连接超时时间(毫秒)
   profiles:
-    active: debug
+    active: local
 
 eureka:
   client: