We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26a5d1 commit 3eaf201Copy full SHA for 3eaf201
src/main/resources/application.yml
@@ -36,7 +36,7 @@ spring:
36
#ddl-auto: create-drop
37
#ddl-auto: update
38
#ddl-auto: validate
39
- ddl-auto: ${BLOODMONEY_HIBERNATE_DDL_AUTO}
+ ddl-auto: ${SIMPLEWORKLIST_JPA_DLL_AUTO}
40
naming:
41
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
42
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
@@ -157,7 +157,7 @@ spring:
157
158
159
160
161
server:
162
port: ${PORT}
163
compression:
0 commit comments