AnnieCattice
Results
1
comments of
AnnieCattice
sorry about taking a long time to reply it. 1. in ```data-auth-server```, i created a rest controller for testing: ```java @RestController @RequestMapping("/user") public class UserController { @GetMapping("/getCurrentUser") public Object getCurrentUser(Authentication...