add indexes to jpa entities

This commit is contained in:
Loredana
2020-10-15 19:03:52 +03:00
parent 2a57624054
commit 43feef5b42
4 changed files with 8 additions and 3 deletions
@@ -2,6 +2,6 @@ spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect