Port 8000 is a bad dev port. Everything runs on 8000
This commit is contained in:
parent
74bab55eda
commit
85b7772862
@ -1,6 +1,7 @@
|
|||||||
#Spring Boot server configuration
|
#Spring Boot server configuration
|
||||||
|
#Port 8000 is used by other things on my workstations
|
||||||
server.address=0.0.0.0
|
server.address=0.0.0.0
|
||||||
server.port=8000
|
server.port=9020
|
||||||
|
|
||||||
#H2 console web access configuration
|
#H2 console web access configuration
|
||||||
#Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button
|
#Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button
|
||||||
|
Loading…
Reference in New Issue
Block a user