diff --git a/simple-springboot-app/src/main/java/com/springboot/config/StudentConfig.java b/simple-springboot-app/src/main/java/com/springboot/config/StudentConfig.java index 9e5444b..1bf8b15 100644 --- a/simple-springboot-app/src/main/java/com/springboot/config/StudentConfig.java +++ b/simple-springboot-app/src/main/java/com/springboot/config/StudentConfig.java @@ -16,6 +16,7 @@ public class StudentConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry registry) { // TODO Auto-generated method stub + //adding comment registry.addInterceptor(requestHeaderInterceptor); } }