Skip to content

Commit 3d6ff3b

Browse files
committed
* fixed #406 Liquibase Database Schema Evolution of changes by migrating spring-boot from 2 to 3 and Jakarta EE 10 JPA
1 parent 02e6eaa commit 3d6ff3b

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
@@ -155,8 +155,8 @@ spring:
155155
jpa:
156156
hibernate:
157157
#ddl-auto: create-drop
158-
ddl-auto: update
159-
#ddl-auto: validate
158+
#ddl-auto: update
159+
ddl-auto: validate
160160
server:
161161
port: ${PORT}
162162
compression:

0 commit comments

Comments
 (0)