Upgrade to Groovy 2.5.13

Closes gh-22505
This commit is contained in:
Stephane Nicoll
2020-07-23 10:55:47 +02:00
parent ee37ddd6c0
commit 0440a9a78c
3 changed files with 2 additions and 6 deletions

View File

@@ -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
}