From ef052cbae11ff242e7f2474f9746898de143615a Mon Sep 17 00:00:00 2001 From: liushujing Date: Wed, 19 Mar 2025 18:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flx-ai/src/main/resources/application-dev.yml | 4 +++- flx-ai/src/main/resources/application.yml | 2 +- flx-ai/src/test/java/test/com/pjilisense/flxai/TestUtils.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flx-ai/src/main/resources/application-dev.yml b/flx-ai/src/main/resources/application-dev.yml index baa1cde..05387b6 100644 --- a/flx-ai/src/main/resources/application-dev.yml +++ b/flx-ai/src/main/resources/application-dev.yml @@ -2,7 +2,9 @@ spring: datasource: druid: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://192.168.200.152:5432/lobechat + #url: jdbc:postgresql://192.168.200.152:5432/lobechat + #url: jdbc:postgresql://36.103.177.31:50005/lobechat + url: jdbc:postgresql://10.97.11.3:5432/lobechat username: postgres password: uWNZugjBqixf8dxC initial-size: 10 diff --git a/flx-ai/src/main/resources/application.yml b/flx-ai/src/main/resources/application.yml index 386941d..6951a44 100644 --- a/flx-ai/src/main/resources/application.yml +++ b/flx-ai/src/main/resources/application.yml @@ -5,7 +5,7 @@ server: threads: max: 1000 min-spare: 30 - port: 18080 + port: 50006 servlet: context-path: /flxai session: diff --git a/flx-ai/src/test/java/test/com/pjilisense/flxai/TestUtils.java b/flx-ai/src/test/java/test/com/pjilisense/flxai/TestUtils.java index cc54ced..94b175f 100644 --- a/flx-ai/src/test/java/test/com/pjilisense/flxai/TestUtils.java +++ b/flx-ai/src/test/java/test/com/pjilisense/flxai/TestUtils.java @@ -21,7 +21,7 @@ public class TestUtils { public static final String GBK = "gbk"; public static final String GB2312 = "gb2312"; public static final String ISO88591 = "ISO-8859-1"; - public static String WebconnectURL = "http://localhost:18080/flxai"; + public static String WebconnectURL = "http://localhost:50006/flxai"; public static String EXPIRESIN = null; public static String TOKEN=null; public static int READ_TIMEOUT = 30000;