上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页
摘要: <dependency> <groupId>com.baomidou</groupId> <artifactId>kaptcha-spring-boot-starter</artifactId> <version>1.0.0</version> </dependency> package com.m 阅读全文
posted @ 2022-05-08 15:44 花心大萝卜li 阅读(157) 评论(0) 推荐(0)
摘要: <dependency> <groupId>com.github.whvcse</groupId> <artifactId>easy-captcha</artifactId> <version>1.6.2</version> </dependency> package com.msb.control 阅读全文
posted @ 2022-05-08 11:18 花心大萝卜li 阅读(1187) 评论(0) 推荐(0)
摘要: <dependency> <groupId>com.ramostear</groupId> <artifactId>Happy-Captcha</artifactId> <version>1.0.1</version> </dependency> @RestController @RequestMa 阅读全文
posted @ 2022-05-08 11:16 花心大萝卜li 阅读(361) 评论(0) 推荐(0)
摘要: 1 在拦截器里更新token 自动重置时间 2 access_token refresh_token 当access_token过期时 但是refresh_token 没有过期 那么就调用创建accesss_token 创建一个新的token返回给用户 在refresh_token 过期时间内访问 阅读全文
posted @ 2022-05-07 12:32 花心大萝卜li 阅读(95) 评论(0) 推荐(0)
摘要: 假如有多个系统 用户登陆了系统1,系统1 返回给用户端一个token 当用户请求系统2时 如果系统2带着这个token, 那么系统2 也能登陆 因为JWT的token是自解释的 阅读全文
posted @ 2022-05-06 22:13 花心大萝卜li 阅读(28) 评论(0) 推荐(0)
摘要: msb-dongbao-mall-parent 父项目 msb-dongbao-common 公共包 msb-dongbao-common-base 公共基础类 msb-dongbao-common-util 工具类 msb-dongbao-api 业务模块接口层 msb-dongbao-oms-a 阅读全文
posted @ 2022-05-04 23:04 花心大萝卜li 阅读(150) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2022-05-04 11:52 花心大萝卜li 阅读(20) 评论(0) 推荐(0)
摘要: session 和cookie 两个组合到一起能够自动保持会话 client端通过http协议访问服务器 http协议是无状态 第一次访问服务器 服务器认为 你是新来的 第二次访问还是会认为你是新来的 怎么保持这种相识的关系? 当你访问服务器的时候会提交一些信息,这些信息都存放在http头部中 服务 阅读全文
posted @ 2022-05-03 21:53 花心大萝卜li 阅读(27) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2022-05-02 22:28 花心大萝卜li 阅读(110) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-02 10:28 花心大萝卜li 阅读(26) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页