取消文件跟踪

This commit is contained in:
筱锋xiao_lfeng 2023-12-30 14:40:46 +08:00
parent aa72bb8b59
commit c5faf354c7
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87
3 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -31,3 +31,6 @@ build/
### VS Code ###
.vscode/
### OS ###
/src/main/resources/application.yml

View File

@ -42,6 +42,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>

View File

@ -1,6 +0,0 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306
username: srd
password: 123456