init
This commit is contained in:
parent
f9330b7d46
commit
ec87ec934b
2
pom.xml
2
pom.xml
@ -69,7 +69,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-bom</artifactId>
|
||||
<version>1.0.0-M7</version>
|
||||
<version>1.0.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
@ -10,8 +10,14 @@ spring:
|
||||
# 退化为STDIO模式需要关闭banner
|
||||
main:
|
||||
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模式需要关闭控制台日志
|
||||
logging:
|
||||
file:
|
||||
name: ./log/mcp-server.log
|
||||
name: ./log/mcp-server.log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user