mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-WebAPi.git
synced 2026-04-01 23:14:51 +00:00
chore: 更改冗余代码
This commit is contained in:
parent
9ebff09c04
commit
5176183445
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
spring.application.name=webapi
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/library_management?useUnicode=true&characterEncoding=utf8
|
||||
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