摘要: 报错: *************************** APPLICATION FAILED TO START *************************** Description: Invalid mapping pattern detected: /**/*.css ^ No 阅读全文
posted @ 2021-05-31 21:23 白清欢 阅读(5167) 评论(0) 推荐(0) 编辑
摘要: 登录 DAO 层 构建实体 数据库中有表login_ticket。因此构建实体LoginTicket在entity包下。属性一一对应。get。set。toString方法 public class LoginTicket { private int id; private int userId; p 阅读全文
posted @ 2021-05-31 19:50 白清欢 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: Kaptcha导入jar包 编写Kaptcha配置类,在Config包下(配置图片长宽、字的个数、范围、颜色、干扰的点、线) @Configuration public class KaptchaConfig { @Bean public Producer kaptchaProducer (){ / 阅读全文
posted @ 2021-05-31 11:29 白清欢 阅读(171) 评论(0) 推荐(0) 编辑