27 lines
1018 B
YAML
27 lines
1018 B
YAML
|
|
dashscope:
|
||
|
|
api-key: sk-58d6fed688c54e8db02e6a7ffbfc7a5f
|
||
|
|
deepseek:
|
||
|
|
api-url: https://api.deepseek.com/chat/completions
|
||
|
|
api-key: sk-faaa2a1b485442ccbf115ff1271a3480
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://gz-cynosdbmysql-grp-5ai5zw7r.sql.tencentcdb.com:24944/ai_interview?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
||
|
|
username: qingqiu
|
||
|
|
password: 020979hP
|
||
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
|
# ai:
|
||
|
|
# openai:
|
||
|
|
# api-key: sk-faaa2a1b485442ccbf115ff1271a3480
|
||
|
|
# base-url: https://api.deepseek.com
|
||
|
|
# chat:
|
||
|
|
# options:
|
||
|
|
# model: deepseek-chat
|
||
|
|
mybatis-plus:
|
||
|
|
configuration:
|
||
|
|
map-underscore-to-camel-case: true
|
||
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||
|
|
global-config:
|
||
|
|
db-config:
|
||
|
|
logic-delete-field: deleted # 全局逻辑删除字段名
|
||
|
|
logic-delete-value: 1 # 逻辑已删除值。可选,默认值为 1
|
||
|
|
logic-not-delete-value: 0 # 逻辑未删除值。可选,默认值为 0
|