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

@@ -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>