Byung Joo Jeongjoo.hashnode.dev·Apr 22, 2024#Role of Annotations _ I've never considered 'Why' when using @Controller, @Service, @Repository ….#While Enrolling Spring Bean, How Does Annotation Work #Foreword I've been using this annotation on each class, but I've never considered "Why". So, I want to know How Does Annotation Works. Before we begin, we should define class, object, fields, me...@Controller, @Service, @Repository
Peter Kironjipeterlojis.hashnode.dev·Jul 27, 2023Spingboot AnnotationsGetting Started Let's kick off in creating our spring boot Rest API, if you have not yet configured your project please head on to this guide SpringBoot setup for beginners, otherwise let's continue learning. In The spring boot world, we heavily use ...4 likesSpringAnnotations