adds support for response interceptor configuration. Fixes gh-802 (#804)

This commit is contained in:
Dominique Villard
2022-12-15 10:44:56 +01:00
committed by GitHub
parent 8a1f888aac
commit fead135d92
6 changed files with 71 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ spring:
requestInterceptors:
- com.example.FooRequestInterceptor
- com.example.BarRequestInterceptor
responseInterceptor: com.example.BazResponseInterceptor
dismiss404: false
encoder: com.example.SimpleEncoder
decoder: com.example.SimpleDecoder