change port
This commit is contained in:
parent
4d79687611
commit
10617c99bb
@ -1,4 +1,5 @@
|
|||||||
spring.application.name=demo
|
spring.application.name=demo
|
||||||
|
server.port=3000
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.datasource.url=jdbc:h2:mem:app
|
spring.datasource.url=jdbc:h2:mem:app
|
||||||
spring.datasource.driver-class-name=org.h2.Driver
|
spring.datasource.driver-class-name=org.h2.Driver
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user