Skip to content

Commit

Permalink
fix: attempt to fix invalid session table name generated by hibernate…
Browse files Browse the repository at this point in the history
… which prevents login of consultants
  • Loading branch information
tkuzynow committed Jan 22, 2025
1 parent 1623778 commit df86b3c
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 @@ -8,6 +8,7 @@ spring.jpa.hibernate.ddl-auto=none
spring.data.jpa.repositories.bootstrap-mode=default
spring.main.banner-mode=off
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration,org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

# General app settings
server.port=8080
Expand Down

0 comments on commit df86b3c

Please sign in to comment.