diff options
Diffstat (limited to 'portal-BE/src/main/resources/test.properties')
-rw-r--r-- | portal-BE/src/main/resources/test.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/portal-BE/src/main/resources/test.properties b/portal-BE/src/main/resources/test.properties new file mode 100644 index 00000000..93472b11 --- /dev/null +++ b/portal-BE/src/main/resources/test.properties @@ -0,0 +1,16 @@ +server.port=8080 + +spring.jpa.database=mysql +spring.jpa.show-sql=true +spring.jpa.hibernate.ddl-auto=update +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.initialization-mode=always +spring.jpa.database-platform=org.hibernate.dialect.H2Dialect + +spring.thymeleaf.check-template=true +spring.thymeleaf.check-template-location=true +spring.thymeleaf.enabled=true |