yuchengwei 1 miesiąc temu
rodzic
commit
b72dbed030

+ 3 - 3
src/main/resources/application-local.yml

@@ -4,10 +4,10 @@ swagger:
 spring:
   datasource:
     hikari:
-      jdbc-url: jdbc:postgresql://172.16.8.64:5432/postgres
+      jdbc-url: jdbc:postgresql://173.18.12.203:5432/postgres
       driver-class-name: org.postgresql.Driver
-      username: postgres
-      password: 12345678
+      username: knowledge
+      password: qwer1234.
 #      jdbc-url: jdbc:mysql://173.18.12.194:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
 #      driver-class-name: com.mysql.cj.jdbc.Driver
 #      username: root

+ 4 - 4
src/main/resources/application-test.yml

@@ -1,10 +1,10 @@
 spring:
   datasource:
     hikari:
-      jdbc-url: jdbc:postgresql://172.16.8.64:5432/postgres
+      jdbc-url: jdbc:postgresql://173.18.12.203:5432/postgres
       driver-class-name: org.postgresql.Driver
-      username: postgres
-      password: 12345678
+      username: knowledge
+      password: qwer1234.
 
   neo4j:
     uri: bolt://173.18.12.206:7687
@@ -22,5 +22,5 @@ springfox:
     enabled: true
 
 server:
-  port: 8080
+  port: 8086
   max-http-header-size: 10MB

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

@@ -1,6 +1,6 @@
 spring:
   profiles:
-    active: test
+    active: local
   application:
     name: healsphere
   jackson: