@RestController @RequestMapping(value="/shiroExample") public class ShiroExampleController extends Object
| Constructor and Description |
|---|
ShiroExampleController() |
| Modifier and Type | Method and Description |
|---|---|
ApiResult |
print(javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/hello",
method={GET,POST})
public ApiResult print(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2019. All rights reserved.