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 |