Spring Boot - REST Controllers
Find the problem in this code snippet:
@GetMapping("/user")
public ResponseEntity getUser() {
return "User data";
}@GetMapping("/user")
public ResponseEntity getUser() {
return "User data";
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions