摘要:
springboot中使用springsecurity的注解和标签 用法跟3.1和3.2中一致 阅读全文
posted @ 2021-08-19 22:29
yub4by
阅读(244)
评论(0)
推荐(0)
摘要:
package com.haifei.pojo; import java.io.Serializable; public class User implements Serializable { private Integer id; private String username; private 阅读全文
posted @ 2021-08-19 22:26
yub4by
阅读(129)
评论(0)
推荐(0)
摘要:
1 <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>login</title> </head> <body> <h1>登录管理</h1> 阅读全文
posted @ 2021-08-19 20:01
yub4by
阅读(177)
评论(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 @ 2021-08-19 19:56
yub4by
阅读(66)
评论(0)
推荐(0)
摘要:
public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException { HttpServletRequest request = ( 阅读全文
posted @ 2021-08-19 18:32
yub4by
阅读(52)
评论(0)
推荐(0)
摘要:
doFilter处理用户请求 doFilterInternal根据当前的请求获取对应的过滤器链 主要过滤器:主要过滤器 | ProcessOn免费在线作图,在线流程图,在线思维导图 private String generateLoginPageHtml(HttpServletRequest req 阅读全文
posted @ 2021-08-19 18:10
yub4by
阅读(39)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2021-08-19 11:45
yub4by
阅读(41)
评论(0)
推荐(0)
摘要:
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 阅读全文
posted @ 2021-08-19 10:17
yub4by
阅读(38)
评论(0)
推荐(0)
摘要:
两同两小一大原则: 阅读全文
posted @ 2021-08-19 08:04
yub4by
阅读(29)
评论(0)
推荐(0)