mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
adding h2-console in browser properties to application.prop-ies file
This commit is contained in:
parent
4926e29270
commit
ea51675b84
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
database=h2
|
||||
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql
|
||||
spring.sql.init.data-locations=classpath*:db/${database}/data.sql
|
||||
spring.h2.console.enabled=true
|
||||
spring.h2.console.path=/h2-console
|
||||
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
|
|
Loading…
Reference in a new issue