blob: 2dfd7aac7540309cecf050cf93683b9973a8b63b [file] [log] [blame]
Daniel Qianf6b89ce2018-07-17 18:40:57 +08001spring:
2 application:
3 name: sample-foo
4
5infras:
6 mvc:
Daniel Qian6c6014c2018-07-18 11:32:42 +08007 custom-error:
Daniel Qian4875b6c2018-07-18 16:58:35 +08008 enabled: true
Daniel Qianf6b89ce2018-07-17 18:40:57 +08009 error-map:
Daniel Qian4875b6c2018-07-18 16:58:35 +080010 org.springframework.validation.BindException: Customized Bind Error Reason
11 include-message: true
12 include-errors: true
13 include-error: true
14 include-exception: true
15 include-path: true
16 include-timestamp: true
17 include-status: true
18logging:
19 level:
20 org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod: trace