Skip to content

Commit

Permalink
Rollback on WARN - HHH90000025: MariaDBDialect
Browse files Browse the repository at this point in the history
because it is needed to start the application even without DB connection
for the openapi workflow
  • Loading branch information
mwithi committed Dec 8, 2024
1 parent 16c2c70 commit c55c47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsc/application.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jwt.token.secret=JWT_TOKEN_SECRET

# Hibernate properties
# needed to start application even without DB connection
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
spring.jpa.hibernate.ddl-auto=none

0 comments on commit c55c47d

Please sign in to comment.