摘要:
SpringMVC 几种页面跳转方式总结如下: 1.不使用ModelAndView 1)、通过HttpServletResponse的API直接输出(不需要配置渲染器)@Controllerpublic class RequestController{ @RequestMapping("/resp" 阅读全文
摘要:
原写法: @Autowired private RedisTemplate redisTemplate; 写入redis后,查看key值 127.0.0.1:6379> keys * 1) "\xac\xed\x00\x05t\x00#ContentPlatform2:ES:UpSertESCont 阅读全文