天堂极乐鸟

导航

02 2021 档案

获取cookie的两种方式和session共享解决方案
摘要:@RequestMapping("/getCookie") public String getCookie(@CookieValue("name")String name, HttpServletRequest request) { // 方式一: 通过request获取Cookie数组,然后循环 阅读全文

posted @ 2021-02-18 18:23 天堂极乐鸟 阅读(1408) 评论(0) 推荐(0)

thymeleaf生成页面时报错:An error happened during template parsing (template: "class path resource [templates/index.html]")的解决办法
摘要:具体报错信息: 1 Whitelabel Error Page 2 This application has no explicit mapping for /error, so you are seeing this as a fallback. 3 4 Mon Feb 01 21:33:07 C 阅读全文

posted @ 2021-02-01 22:32 天堂极乐鸟 阅读(14192) 评论(0) 推荐(1)