发布 v1.10 #5

Merged
czm merged 147 commits from develop into main 2026-08-20 11:36:27 +08:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit a22ca24906 - Show all commits

View File

@@ -110,9 +110,6 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version> <version>${spring-boot.version}</version>
<configuration>
<fork>true</fork>
</configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View File

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