16171819202122
public class WebAppConfig extends RouterConfigurationSupport { @Override protected void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(new TeapotHandlerInterceptor()); }