Portal Spring Boot Development
[portal.git] / portal-BE / src / main / resources / test.properties
diff --git a/portal-BE/src/main/resources/test.properties b/portal-BE/src/main/resources/test.properties
new file mode 100644 (file)
index 0000000..93472b1
--- /dev/null
@@ -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