Portal Spring Boot Development
[portal.git] / portal-BE / src / main / resources / test.properties
1 server.port=8080
2
3 spring.jpa.database=mysql
4 spring.jpa.show-sql=true
5 spring.jpa.hibernate.ddl-auto=update
6 spring.h2.console.enabled=true
7 spring.datasource.url=jdbc:h2:mem:testdb
8 spring.datasource.driverClassName=org.h2.Driver
9 spring.datasource.username=sa
10 spring.datasource.password=password
11 spring.datasource.initialization-mode=always
12 spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
13
14 spring.thymeleaf.check-template=true
15 spring.thymeleaf.check-template-location=true
16 spring.thymeleaf.enabled=true