From a22ca24906de263ddcd2171537dc8b0bce79e6e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com>
Date: Mon, 27 Jul 2026 19:42:18 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=9C=AC=E5=9C=B0?=
=?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=B8=8E=E6=A8=A1=E5=9E=8B=E8=B0=83=E8=AF=95?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 关闭 Spring Boot Maven 插件强制 fork
- 增加 AgentScope OpenAI 客户端调试日志
---
easyflow-starter/easyflow-starter-all/pom.xml | 3 ---
.../easyflow-starter-all/src/main/resources/application.yml | 3 ++-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/easyflow-starter/easyflow-starter-all/pom.xml b/easyflow-starter/easyflow-starter-all/pom.xml
index 13e31fa7..68071eaf 100644
--- a/easyflow-starter/easyflow-starter-all/pom.xml
+++ b/easyflow-starter/easyflow-starter-all/pom.xml
@@ -110,9 +110,6 @@
org.springframework.boot
spring-boot-maven-plugin
${spring-boot.version}
-
- true
-
diff --git a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml
index ec2edbfe..6a56f404 100644
--- a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml
+++ b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml
@@ -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: