@GetMapping(value = { "/out" }, produces = MediaType.TEXT_HTML_VALUE)
public String outIndex(Model model) {
model.addAttribute("status", action.dataMap());
return "/out";
}
<select class="sml" name="action">
@GetMapping(value = { "/out" }, produces = MediaType.TEXT_HTML_VALUE)
public String outIndex(Model model) {
model.addAttribute("status", action.dataMap());
return "/out";
}
<select class="sml" name="action">
HTTP基本認證(Basic access authentication):http reques建立時,將user name和password放入header進行認證。
優點:
缺點:
refer: