Browse Source

修改配置

master
前端-胡立永 4 weeks ago
parent
commit
a4c3739425
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

+ 9
- 9
jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml View File

@ -149,9 +149,9 @@ spring:
slow-sql-millis: 5000
datasource:
master:
url: jdbc:mysql://114.132.67.58:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://110.40.223.77:3306/health?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: GYt=tH$r
password: r=lRyE-l
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1:
@ -162,9 +162,9 @@ spring:
#redis 配置
redis:
database: 1
host: 114.132.67.58
host: 110.40.223.77
port: 6379
password: 'GYt=tH$r'
password: 'Abc.123456'
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
@ -189,7 +189,7 @@ jeecg:
ai-chat:
enabled: true
model: deepseek-chat
apiKey: sk-6c74636519e441a6aaa0645abcf21af5
apiKey: sk-
apiHost: https://api.deepseek.com/v1
timeout: 60
# AIRag向量库
@ -226,10 +226,10 @@ jeecg:
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
#阿里云oss存储和大鱼短信秘钥配置
oss:
accessKey: LTAI5tQSs47izVy8DLVdwUU9
secretKey: qHI7C3PaXYZySr84HTToviC71AYlFq
endpoint: oss-cn-shenzhen.aliyuncs.com
bucketName: hanhaiimage
accessKey: LTAI5tRbkjEJmdibzfCT8ymy
secretKey: gE6BnsfaEGk23Zv2lOUvkvaWwhS6BV
endpoint: oss-cn-shanghai.aliyuncs.com
bucketName: petualmedical
# 短信模板
sms-template:
# 签名


Loading…
Cancel
Save