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

9 lines
242 B
Properties
Raw Normal View History

2023-05-24 20:01:54 +00:00
#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