* BAEL-399: A Guide to Multitenancy in Hibernate 5 * Removed unused properties in profile 2 * Changes after code review * BAEL-113 * Changes after code review * Added main method in spring boot application * Removed extra files
7 lines
216 B
INI
7 lines
216 B
INI
spring.datasource.url=jdbc:h2:~/jinq
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=
|
|
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.format_sql=true |