@RestController public class UserController extends Object
| Constructor and Description |
|---|
UserController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<User> |
getUserInfo(org.springframework.security.core.Authentication authentication) |
@RequestMapping(value="/userInfo",
method=GET)
public org.springframework.http.ResponseEntity<User> getUserInfo(org.springframework.security.core.Authentication authentication)
Copyright © 2021. All rights reserved.