Spring Boot - REST Controllers
Identify the error in this Spring Boot POST method:
@PostMapping("/addUser")
public String addUser(String user) {
return "User " + user + " added";
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions