Files
java-tutorials/spring-boot-modules/spring-boot-angular/src/main/resources/application.properties
T

9 lines
176 B
Properties

management.security.enabled=false
spring.datasource.name=ecommercedb
spring.jpa.show-sql=false
#H2 settings
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console