From 6415a3819f193d7090abff9853c1e288ffde6ca5 Mon Sep 17 00:00:00 2001 From: geht Date: Fri, 3 Apr 2026 12:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Edeekseep=E7=9A=84api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index b7c8428..ecc64d1 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -151,9 +151,9 @@ spring: slow-sql-millis: 5000 datasource: master: - url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://@xsl.qdxsl.top:50768/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: 197412 + password: 123456 driver-class-name: com.mysql.cj.jdbc.Driver # # shardingjdbc数据源 # sharding-db: @@ -190,10 +190,10 @@ jeecg: # 自定义资源请求前缀(js、css等解决nginx转发问题) custom-resource-prefix-path: # AI集成 - ai-chat: + ai-chat: enabled: true model: deepseek-chat - apiKey: ?? + apiKey: sk-a0a891d3c9864f1991bd7348f968b5ea apiHost: https://api.deepseek.com/v1 timeout: 60 # AIRag向量库 @@ -205,7 +205,7 @@ jeecg: port: 5432 database: postgres user: postgres - password: postgres + password: 123456 table: embeddings # Unipush配置 云函数调用 URL 化地址 unicloud: