10 lines
247 B
Properties
10 lines
247 B
Properties
|
server.port=8081
|
||
|
|
||
|
spring.datasource.url="jdbc:mysql://127.0.0.1:3306/vue"
|
||
|
spring.datasource.username="root"
|
||
|
spring.datasource.password="123456"
|
||
|
|
||
|
db.url=jdbc:mysql://127.0.0.1:3306/vue
|
||
|
db.user=root
|
||
|
db.password=123456
|
||
|
db.driver=com.mysql.jdbc.Driver
|