From 964944af3269efb0963d9d4fc9b7e1ba9ad9bab9 Mon Sep 17 00:00:00 2001 From: vinod-o Date: Mon, 24 Feb 2025 09:36:26 +0530 Subject: [PATCH 1/3] added comment --- .../src/main/java/com/springboot/config/StudentConfig.java | 1 + 1 file changed, 1 insertion(+) 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); } } From f664f84b391319a5719e369ce0ddd9f5784f4018 Mon Sep 17 00:00:00 2001 From: vinod-o Date: Mon, 24 Feb 2025 09:41:17 +0530 Subject: [PATCH 2/3] Revert " added cmt mistakely" This reverts commit 964944af3269efb0963d9d4fc9b7e1ba9ad9bab9. --- .../src/main/java/com/springboot/config/StudentConfig.java | 1 - 1 file changed, 1 deletion(-) 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 1bf8b15..9e5444b 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,7 +16,6 @@ public class StudentConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry registry) { // TODO Auto-generated method stub - //adding comment registry.addInterceptor(requestHeaderInterceptor); } } From 78fd624af09cc1485a5ee4451d16e52eac430939 Mon Sep 17 00:00:00 2001 From: vinod-o Date: Mon, 24 Feb 2025 09:48:22 +0530 Subject: [PATCH 3/3] hello i am added --- .../src/main/java/com/springboot/config/StudentConfig.java | 1 + 1 file changed, 1 insertion(+) 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); } }