Skip to content

Commit

Permalink
DEPLOY
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisBe committed Jun 27, 2024
1 parent cadfebd commit 227b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true
spring.mvc.dispatch-options-request=true
spring.config.import=classpath:application-secrets.properties
spring.config.import=optional:classpath:application-secrets.properties
spring.mvc.log-resolved-exception=true
logging.level.org.springframework.security=ERROR
logging.level.org.hibernate.SQL=ERROR
Expand Down

0 comments on commit 227b8fe

Please sign in to comment.