This commit is contained in:
louis-xiv 2025-05-27 20:58:42 +08:00
parent f9330b7d46
commit ec87ec934b
2 changed files with 8 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<dependency> <dependency>
<groupId>org.springframework.ai</groupId> <groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId> <artifactId>spring-ai-bom</artifactId>
<version>1.0.0-M7</version> <version>1.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

View File

@ -10,8 +10,14 @@ spring:
# 退化为STDIO模式需要关闭banner # 退化为STDIO模式需要关闭banner
main: main:
banner-mode: off banner-mode: off
application:
name: db-connect
datasource:
url: jdbc:mysql://localhost:3306/baozi-shop?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
username: root
password: root1234
# 退化为STDIO模式需要关闭控制台日志 # 退化为STDIO模式需要关闭控制台日志
logging: logging:
file: file:
name: ./log/mcp-server.log name: ./log/mcp-server.log