dengsixing 1 éve
szülő
commit
b012ec0c9f

+ 11 - 0
src/main/resources/application-preprod.yml

@@ -12,6 +12,14 @@ spring:
     username: RES_VR
     password: qawsed@123.
     driver-class-name: oracle.jdbc.OracleDriver
+    hikari:
+      maximum-pool-size: 20 #连接池最大连接数
+      minimum-idle: 5 #连接池最小连接数
+      connection-timeout: 30000
+      idle-timeout: 600000
+      max-lifetime: 1800000
+      login-timeout: 60000
+      pool-name: MyHikariCP
 
 tieta:
   sysCode: CT00017
@@ -25,6 +33,9 @@ redis:
 tlog:
   enable-invoke-time-print: true
 
+gateway:
+  url: http://10.34.6.52:5525
+
 
 
 

+ 10 - 0
src/main/resources/application-prod.yml

@@ -12,6 +12,14 @@ spring:
     username: RES_VR
     password: qawsed@123.
     driver-class-name: oracle.jdbc.OracleDriver
+    hikari:
+      maximum-pool-size: 20 #连接池最大连接数
+      minimum-idle: 5 #连接池最小连接数
+      connection-timeout: 30000
+      idle-timeout: 600000
+      max-lifetime: 1800000
+      login-timeout: 60000
+      pool-name: MyHikariCP
 
 tieta:
   sysCode: CT00017
@@ -25,6 +33,8 @@ redis:
 tlog:
   enable-invoke-time-print: true
 
+gateway:
+  url: http://192.168.53.243:9981
 
 
 

+ 10 - 1
src/main/resources/application-test.yml

@@ -12,6 +12,14 @@ spring:
     username: RES_VR
     password: IDCqawsed@123.
     driver-class-name: oracle.jdbc.OracleDriver
+    hikari:
+      maximum-pool-size: 20 #连接池最大连接数
+      minimum-idle: 5 #连接池最小连接数
+      connection-timeout: 30000
+      idle-timeout: 600000
+      max-lifetime: 1800000
+      login-timeout: 60000
+      pool-name: MyHikariCP
 
 tieta:
   sysCode: CT00017
@@ -25,7 +33,8 @@ redis:
 tlog:
   enable-invoke-time-print: true
 
-
+gateway:
+  url: http://10.190.26.191:8097