@RestController
@RequestMapping("/api/users")
public class UserController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getAllUsers
@GetMapping
public org.springframework.http.ResponseEntity<List<UserDTO>> getAllUsers()
-
getAllUsersOptimized
@GetMapping("/fixed")
public org.springframework.http.ResponseEntity<List<UserDTO>> getAllUsersOptimized()