Upgrade to Groovy 2.5.13
Closes gh-22505
This commit is contained in:
@@ -26,7 +26,7 @@ class MvcConfiguration extends WebMvcConfigurerAdapter {
|
||||
log.info "Creating interceptor"
|
||||
[
|
||||
postHandle: { request, response, handler, mav ->
|
||||
log.info "Intercepted: model=" + mav.model
|
||||
MvcConfiguration.log.info "Intercepted: model=" + mav.model
|
||||
}
|
||||
] as HandlerInterceptorAdapter
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user