@Configuration spring boot In this article, we will learn the meaning and use of @Configuration annotation in…
Spring AnnotationsA collection of 13 posts
Spring @RequestParam In this article, we will understand what is @RequestParam annotation in Spring, what is it…
In this article, we will understand the usage of @PathVariable annotation in Spring. This is a very…
A bean is a simple java class which has some properties (or fields) along with their getter…