calculator-project/src/main/resources/application.properties

9 lines
242 B
Properties

#Spring Boot server configuration
server.address=0.0.0.0
server.port=8000
#H2 console web access configuration
#Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console