Files
java-tutorials/persistence-modules/spring-data-rest/src/main/resources/persistence-sqlite.properties
T

8 lines
209 B
Properties

driverClassName=org.sqlite.JDBC
url=jdbc:sqlite:memory:myDb?cache=shared
username=sa
password=sa
hibernate.dialect=com.baeldung.dialect.SQLiteDialect
hibernate.hbm2ddl.auto=create-drop
hibernate.show_sql=true