FlashcardIntermediate
REST APIs with Spring Boot
Spring Boot uses annotations like @RestController and @GetMapping to build REST APIs quickly.
Question
Which annotations does Spring Boot use to build a basic REST API endpoint?
Click to reveal answer
Spring Boot uses annotations like @RestController and @GetMapping to build REST APIs quickly.
Which annotations does Spring Boot use to build a basic REST API endpoint?