init
This commit is contained in:
parent
f9330b7d46
commit
ec87ec934b
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|||||||
@ -10,6 +10,12 @@ 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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user