Apr 22, 2025
@SpringBootApplication annotation to the main class.SpringApplication.run with main class and command line args.@RestController and @GetMapping annotations.@PathVariable.@PostMapping annotation.@Service annotation, which registers class for dependency injection.@Component annotation.@Service and @RestController are based on @Component.application.yml for configuration.server.port: 1990).