Daniel Qian | f6b89ce | 2018-07-17 18:40:57 +0800 | [diff] [blame] | 1 | spring: |
| 2 | application: |
| 3 | name: sample-foo |
| 4 | |
| 5 | infras: |
| 6 | mvc: |
Daniel Qian | 6c6014c | 2018-07-18 11:32:42 +0800 | [diff] [blame] | 7 | custom-error: |
Daniel Qian | 4875b6c | 2018-07-18 16:58:35 +0800 | [diff] [blame^] | 8 | enabled: true |
Daniel Qian | f6b89ce | 2018-07-17 18:40:57 +0800 | [diff] [blame] | 9 | error-map: |
Daniel Qian | 4875b6c | 2018-07-18 16:58:35 +0800 | [diff] [blame^] | 10 | 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 |
| 18 | logging: |
| 19 | level: |
| 20 | org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod: trace |