diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-08-28 18:51:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-28 18:51:46 +0000 |
commit | ace89e59c9838b666ddd02c08fd5e39a94eee39a (patch) | |
tree | 81746136e12294c74405d23af3220d7e04be689e /portal-BE/src/main/resources/test.properties | |
parent | 53c92344af793a671019038c8ff21302c7bc2a73 (diff) | |
parent | be4683266e746536beba8afb428a74fe2c2a238c (diff) |
Merge "Portal Spring Boot Development"
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 |