feat: 修改漏洞

This commit is contained in:
ClovertaTheTrilobita 2025-04-16 14:06:26 +08:00
parent 80ca4c64ff
commit 66b2917300
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -31,3 +31,4 @@ build/
### VS Code ###
.vscode/
src/main/resources/application.properties.example

View file

@ -0,0 +1,6 @@
spring.application.name=webapi
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/web_api?useUnicode=true&characterEncoding=utf8
spring.datasource.username=root
spring.datasource.password=123456
server.port = 8888