All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mptt-jpa.0.1.1.source-code.application.properties Maven / Gradle / Ivy

The newest version!
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=test
spring.datasource.password=test

spring.jpa.generate-ddl=create-drop
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy