发布 v1.10 #5
@@ -110,9 +110,6 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<configuration>
|
||||
<fork>true</fork>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user