's Blog

摘要: 1. 工具类 public class VerificationCode { private int width = 100;// 生成验证码图片的宽度 private int height = 30;// 生成验证码图片的高度 private String[] fontNames = { "宋体" 阅读全文
posted @ 2020-07-31 17:24 Limit℃ 阅读(124) 评论(0) 推荐(0)
摘要: 一、环境配置 1.导入依赖 <properties> <spring.security.version>5.0.5.RELEASE</spring.security.version> </properties> <dependency> <groupId>org.springframework.se 阅读全文
posted @ 2020-07-31 15:47 Limit℃ 阅读(288) 评论(0) 推荐(0)