摘要: 1. 配置放行不起作用 @Override protected void configure(HttpSecurity http) throws Exception { http.cors() .and().csrf().disable()//csrf针对的是session的攻击,使用jwt就不需要 阅读全文
posted @ 2019-12-31 10:54 jason47 阅读(11922) 评论(0) 推荐(0)
摘要: redis数据库: 值的类型分为五种 字符串string 哈希hash 列表list 集合set 有序集合zset数据库默认分16个库 database 0~15 客户端启动 redis-cli autu xxxxx 输入密码(requrepass)select 2 切换数据库 redis-cli  阅读全文
posted @ 2019-12-31 09:34 jason47 阅读(130) 评论(0) 推荐(0)