From 5931346432d7552c9616755e66fe873240bec2f2 Mon Sep 17 00:00:00 2001 From: liushujing Date: Tue, 18 Mar 2025 09:09:03 +0800 Subject: [PATCH 1/3] =?UTF-8?q?DigitalImgController=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flx-ai/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flx-ai/src/main/resources/application-dev.yml b/flx-ai/src/main/resources/application-dev.yml index 1d23871..baa1cde 100644 --- a/flx-ai/src/main/resources/application-dev.yml +++ b/flx-ai/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ spring: datasource: druid: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://192.168.15.199:5432/lobechat + url: jdbc:postgresql://192.168.200.152:5432/lobechat username: postgres password: uWNZugjBqixf8dxC initial-size: 10 @@ -42,7 +42,7 @@ spring: #host: 39.174.50.18 host: 127.0.0.1 port: 6379 - password: # 密码(默认为空) + password: 123456 # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) lettuce: pool: From 22124e6cf7547bf90a5a8aac9fcf413345e5f57c Mon Sep 17 00:00:00 2001 From: liushujing Date: Tue, 18 Mar 2025 09:33:16 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flx-ai/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/flx-ai/pom.xml b/flx-ai/pom.xml index 9ae1957..97300fe 100644 --- a/flx-ai/pom.xml +++ b/flx-ai/pom.xml @@ -194,8 +194,18 @@ org.springframework.boot spring-boot-maven-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + true + - From d58af4b554310989a16579ef1c2cab2b32e500ce Mon Sep 17 00:00:00 2001 From: liushujing Date: Tue, 18 Mar 2025 09:35:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flx-ai/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flx-ai/src/main/resources/application.yml b/flx-ai/src/main/resources/application.yml index a739679..386941d 100644 --- a/flx-ai/src/main/resources/application.yml +++ b/flx-ai/src/main/resources/application.yml @@ -66,7 +66,7 @@ file: ## windows系统下访问路径 uploadWindow: d:/ceshi/sysfile ## Linux系统下访问路径 - uploadLinux: /user/img/ + uploadLinux: /user/uploadfile/ uploadUrl: /upload/ tts: url: