summaryrefslogtreecommitdiffstats
path: root/portal-BE/src/main/resources/test.properties
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2019-08-20 13:29:19 +0200
committerDominik Mizyn <d.mizyn@samsung.com>2019-08-21 18:03:14 +0200
commitbe4683266e746536beba8afb428a74fe2c2a238c (patch)
tree630a46a5b88bab6422864cc168f9ef3fb89835d2 /portal-BE/src/main/resources/test.properties
parentb127daea0b73c4f2b08441b535d99001df02e56b (diff)
Portal Spring Boot Development
Spring Security/Session up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I1d2aa22977d5eff43fd9f7e6a964b9446e26593f
Diffstat (limited to 'portal-BE/src/main/resources/test.properties')
-rw-r--r--portal-BE/src/main/resources/test.properties16
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