摘要: hotool工具类包 引入maven <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-http</artifactId> <version>${hutool.version}</version> </dependency> < 阅读全文
posted @ 2020-04-22 17:26 createcoc 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 可以破解jwt的网址:http://jwt.calebb.net/ 上代码 public static void main(String[] args) { //用户登录,获取数据库用户表的信息 //假如用户id:1 JwtBuilder builder = Jwts.builder() //设置用 阅读全文
posted @ 2020-04-22 14:55 createcoc 阅读(1155) 评论(0) 推荐(1) 编辑