上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: 导入mail包 <!-- 导入邮件包 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> text练习 阅读全文
posted @ 2022-11-19 14:33 freps 阅读(24) 评论(0) 推荐(0)
摘要: service.TasksService package com.lu.service; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Service; @S 阅读全文
posted @ 2022-11-19 13:42 freps 阅读(15) 评论(0) 推荐(0)
摘要: pom.xml <?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 阅读全文
posted @ 2022-11-18 22:37 freps 阅读(55) 评论(0) 推荐(0)
摘要: swagger要导的包 <?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-inst 阅读全文
posted @ 2022-11-18 21:31 freps 阅读(41) 评论(0) 推荐(0)
摘要: pom.xml <?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 阅读全文
posted @ 2022-11-18 13:42 freps 阅读(34) 评论(0) 推荐(0)
摘要: 首页定制 主要讲了通过 http.formLogin().loginPage("/toLogin");//没有权限会自动跳转到登录页面 可以定制登录页面,还可以通过这两个方法 .passwordParameter() .usernameParameter() 来实现前端传过来参数的适配,写在授权方法 阅读全文
posted @ 2022-11-14 22:46 freps 阅读(13) 评论(0) 推荐(0)
摘要: 新导入一个包把security和thymeleaf整合起来 <!-- thymeleaf-security整合包--> <dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-springse 阅读全文
posted @ 2022-11-14 21:08 freps 阅读(25) 评论(0) 推荐(0)
摘要: pom.xml环境要导的包 <?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-in 阅读全文
posted @ 2022-11-14 15:29 freps 阅读(40) 评论(0) 推荐(0)
摘要: pom.xml <?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 阅读全文
posted @ 2022-11-13 15:23 freps 阅读(55) 评论(0) 推荐(0)
摘要: pom.xml <?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 阅读全文
posted @ 2022-11-12 22:29 freps 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 下一页