chore: 调整本地启动与模型调试配置

- 关闭 Spring Boot Maven 插件强制 fork

- 增加 AgentScope OpenAI 客户端调试日志
This commit is contained in:
2026-07-27 19:42:18 +08:00
parent 24b1142738
commit a22ca24906
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ spring:
lifecycle:
timeout-per-shutdown-phase: 30s
datasource:
# 注意useInformationSchema=true 是必须的,用于支持 MyBatis-Flex 正确读取表注释。
#注意useInformationSchema=true 是必须的,用于支持 MyBatis-Flex 正确读取表注释。
url: jdbc:mysql://127.0.0.1:33306/easyflow?useInformationSchema=true&characterEncoding=utf-8
username: root
password: root
@@ -316,6 +316,7 @@ logging:
level:
root: info
tech.easyflow.ai: debug
io.agentscope.core.model.OpenAIClient: debug
# 行为验证码配置
captcha: