Skip to content

Commit

Permalink
Merge pull request #62 from TTG-Club/bugfix/application.properties
Browse files Browse the repository at this point in the history
Bugfix/application.properties
  • Loading branch information
Magistrus authored Mar 1, 2025
2 parents 8c6f9c0 + 9369448 commit 7d2c6f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ springdoc.swagger-ui.displayRequestDuration=true
spring.jpa.generate-ddl=false
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.properties.hibernate.hbm2ddl.auto=none
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.properties.hibernate.id.new_generator_mappings=false
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.boot.allow_jdbc_metadata_access=false
spring.jpa.properties.hibernate.type.preferred_uuid_jdbc_type=CHAR
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect

# Liquibase
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.yaml
Expand Down

0 comments on commit 7d2c6f4

Please sign in to comment.