parent
750a53ba2a
commit
3619481d1f
@ -1,4 +1,9 @@
|
||||
spring.jpa.hibernate.ddl-auto=create
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=trace
|
||||
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=trace
|
||||
spring.datasource.url = jdbc:h2:mem:dbtest
|
||||
spring.datasource.platform=h2
|
||||
spring.h2.console.path=/h2
|
||||
spring.h2.console.enabled=true
|
||||
spring.h2.console.settings.web-allow-others=true
|
Loading…
Reference in new issue