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

8 lines
231 B
Properties

driverClassName=org.sqlite.JDBC
url=jdbc:sqlite:memory:myDb?cache=shared
username=sa
password=sa
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
hibernate.hbm2ddl.auto=create-drop
hibernate.show_sql=true