Skip to content

Commit 3eaf201

Browse files
committed
work
1 parent f26a5d1 commit 3eaf201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spring:
3636
#ddl-auto: create-drop
3737
#ddl-auto: update
3838
#ddl-auto: validate
39-
ddl-auto: ${BLOODMONEY_HIBERNATE_DDL_AUTO}
39+
ddl-auto: ${SIMPLEWORKLIST_JPA_DLL_AUTO}
4040
naming:
4141
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
4242
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
@@ -157,7 +157,7 @@ spring:
157157
#ddl-auto: create-drop
158158
#ddl-auto: update
159159
#ddl-auto: validate
160-
ddl-auto: ${BLOODMONEY_HIBERNATE_DDL_AUTO}
160+
ddl-auto: ${SIMPLEWORKLIST_JPA_DLL_AUTO}
161161
server:
162162
port: ${PORT}
163163
compression:

0 commit comments

Comments
 (0)