mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-WebAPi.git
synced 2026-04-01 15:04:52 +00:00
feat: 修改漏洞
This commit is contained in:
parent
80ca4c64ff
commit
66b2917300
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@ build/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
src/main/resources/application.properties.example
|
||||
6
src/main/resources/application.properties.example
Normal file
6
src/main/resources/application.properties.example
Normal 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
|
||||
Loading…
Reference in a new issue