11 2021 档案

摘要:一、cloud-service-auth、认证微服务 1、要用到的技术:生成验证码、JWT生成token令牌、mybatisplus操作数据库、redis缓存验证码在登入的时候比对。 2、登入成功时,将当前用户可以访问的资源存到Redis中去 3、Nacos、SpringBoot2.3.2、Spri 阅读全文
posted @ 2021-11-13 10:09 shunnWcs 阅读(44) 评论(0) 推荐(0)
摘要:1.1、创建自定义的starter项目手先添加相关依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dep 阅读全文
posted @ 2021-11-08 21:57 shunnWcs 阅读(170) 评论(0) 推荐(0)