mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Final
This commit is contained in:
parent
6148ddd967
commit
56ff13a905
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ database=h2
|
|||
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql
|
||||
spring.sql.init.data-locations=classpath*:db/${database}/data.sql
|
||||
|
||||
# h2
|
||||
spring.datasource.url=jdbc:h2:mem:testdb
|
||||
spring.h2.console.enabled=true
|
||||
spring.h2.console.settings.web-allow-others=true
|
||||
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue