Skip to content

Commit

Permalink
refactor: Add spring.sql.init.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arturhasparian committed Mar 11, 2024
1 parent f82109f commit d6fae19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spring.jpa.database=postgresql
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=validate
spring.flyway.baselineOnMigrate=true
spring.sql.init.mode=always

# Swagger
springdoc.swagger-ui.use-root-path=true
Expand Down

0 comments on commit d6fae19

Please sign in to comment.