summaryrefslogtreecommitdiffstats
path: root/portal-BE/src/main/resources/application.properties
blob: 27893d811cb246239ec3bcd3e5639f2fef6d0ca6 (plain)
1
2
3
4
5
6
7
8
9
10
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