Skip to content

Commit

Permalink
Merge pull request #78 from grida-diary/main
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
wwan13 authored Jul 28, 2024
2 parents d65af7c + 5715fe0 commit 01a0d7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion grida-core/core-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
spring:
mvc:
throw-exception-if-no-handler-found: true
web:
resources:
add-mappings: false
Expand Down Expand Up @@ -47,4 +49,8 @@ management:
server:
tomcat:
mbeanregistry:
enabled: true
enabled: true

logging:
level:
root: INFO

0 comments on commit 01a0d7e

Please sign in to comment.