You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RestController("/employees")
public class EmployeeController {
The validation already kicks in, but we should add a quick fix to move out the path argument into a separate RequestMapping annotation at the class level.