blob: 2dfd7aac7540309cecf050cf93683b9973a8b63b [file] [log] [blame]
spring:
application:
name: sample-foo
infras:
mvc:
custom-error:
enabled: true
error-map:
org.springframework.validation.BindException: Customized Bind Error Reason
include-message: true
include-errors: true
include-error: true
include-exception: true
include-path: true
include-timestamp: true
include-status: true
logging:
level:
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod: trace