@Controller public class AuthController extends Object
| Constructor and Description |
|---|
AuthController() |
@GetMapping(value="/auth") @PreAuthorize(value="hasRole(\'ROLE_USER\')") public String auth() throws InterruptedException
InterruptedExceptionCopyright © 2023. All rights reserved.