aswi2022code-of-duty-gitlab/backend/src/test/resources/application.properties @ a8335530
1 |
spring.datasource.url=jdbc:h2://mem:db;DB_CLOSE_DELAY=-1 |
---|---|
2 |
spring.datasource.username=sa |
3 |
spring.datasource.password=sa |
4 |
spring.datasource.driver-class-name=org.h2.Driver |
5 |
|
6 |
spring.jpa.hibernate.ddl-auto=create-drop |
7 |
spring.jpa.generate-ddl=true |
8 |
spring.jpa.open-in-view=false |
9 |
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect |
10 |
spring.jpa.properties.hibernate.format_sql=true |
11 |
spring.jpa.show-sql=true |
12 |
|