| | |
| | | --- # 监控中心配置 |
| | | spring.boot.admin.client: |
| | | # 增加客户端开关 |
| | | enabled: false |
| | | url: http://localhost:9090/admin |
| | | instance: |
| | | service-host-type: IP |
| | | username: ruoyi |
| | | password: 123456 |
| | | |
| | | --- # 数据源配置 |
| | | spring: |
| | |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true |
| | | username: ruoyi-ai |
| | | password: xxx |
| | | password: ruoyi-ai |
| | | |
| | | hikari: |
| | | # 最大连接池数量 |
| | |
| | | # 腾讯专用 |
| | | sdkAppId: |
| | | |
| | | pdf: |
| | | extract: |
| | | service: |
| | | url: http://localhost:8080 |
| | | ai-api: |
| | | url: https://api.pandarobot.chat/v1/chat/completions |
| | | key: sk-xxxx |
| | | |