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: