changed to port 3001
This commit is contained in:
parent
10617c99bb
commit
03d361dd08
@ -1,5 +1,5 @@
|
|||||||
spring.application.name=demo
|
spring.application.name=demo
|
||||||
server.port=3000
|
server.port=3001
|
||||||
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