mirror of
https://github.com/201206030/novel.git
synced 2025-07-29 22:48:46 +00:00
修改配置信息
This commit is contained in:
parent
e54b656799
commit
69f25f68e0
@ -36,7 +36,7 @@ spring:
|
||||
|
||||
server:
|
||||
# 端口号
|
||||
port: 8888
|
||||
port: 8088
|
||||
|
||||
--- #--------------------- Spring AI 配置----------------------
|
||||
spring:
|
||||
@ -47,6 +47,10 @@ spring:
|
||||
chat:
|
||||
options:
|
||||
model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
||||
anthropic:
|
||||
chat:
|
||||
#关闭ai配置
|
||||
enabled: false
|
||||
|
||||
|
||||
|
||||
@ -55,7 +59,7 @@ spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/novel?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: test123456
|
||||
password: 123456
|
||||
# ShardingSphere-JDBC 配置
|
||||
# 配置是 ShardingSphere-JDBC 中唯一与应用开发者交互的模块,
|
||||
# 通过它可以快速清晰的理解 ShardingSphere-JDBC 所提供的功能。
|
||||
@ -70,7 +74,7 @@ spring:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: test123456
|
||||
password: 123456
|
||||
|
||||
# Elasticsearch 配置
|
||||
elasticsearch:
|
||||
|
Loading…
Reference in New Issue
Block a user