摘要: @Controller public class HelloController { /** * 无需登录就可访问 * * @return */ @ResponseBody @GetMapping(value = "/hello") public String hello() { return "h 阅读全文
posted @ 2025-11-07 16:50 从精通到陌生 阅读(5) 评论(0) 推荐(0)