File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
klass-api/src/main/resources
klass-shared/src/main/resources Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# custom properties used when "h2-inmemory" Profile is used
2- spring.datasource.url =jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;MODE=MySQL;NON_KEYWORDS=user
2+ spring.datasource.url =jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DATABASE_TO_UPPER=false;NON_KEYWORDS=user
3+ spring.datasource.driverClassName =org.h2.Driver
4+ spring.datasource.username =sa
5+ spring.datasource.password =
6+
7+ spring.flyway.enabled =true
8+ spring.flyway.locations =classpath:db/migration/postgresql
9+
10+ spring.jpa.hibernate.ddl-auto =create-drop
11+ spring.jpa.show-sql =true
Original file line number Diff line number Diff line change 11# custom properties used when "h2-inmemory" Profile is used
2- spring.datasource.url =jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;MODE=MySQL;NON_KEYWORDS=user
2+ spring.datasource.url =jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DATABASE_TO_UPPER=false;NON_KEYWORDS=user
3+ spring.datasource.driverClassName =org.h2.Driver
4+ spring.datasource.username =sa
5+ spring.datasource.password =
6+
7+ spring.flyway.enabled =true
8+ spring.flyway.locations =classpath:db/migration/postgresql
9+
10+ spring.jpa.hibernate.ddl-auto =create-drop
11+ spring.jpa.show-sql =true
You can’t perform that action at this time.
0 commit comments