Skip to content

Commit

Permalink
* fixed #406 Liquibase Database Schema Evolution of changes by migrat…
Browse files Browse the repository at this point in the history
…ing spring-boot from 2 to 3 and Jakarta EE 10 JPA
  • Loading branch information
thomaswoehlke committed Jan 5, 2023
1 parent 02e6eaa commit 3d6ff3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ spring:
jpa:
hibernate:
#ddl-auto: create-drop
ddl-auto: update
#ddl-auto: validate
#ddl-auto: update
ddl-auto: validate
server:
port: ${PORT}
compression:
Expand Down

0 comments on commit 3d6ff3b

Please sign in to comment.