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: