摘要: 1.商家申请入驻的密码要使用BCrypt算法进行加密存储,修改SellerController.java的add方法 1 /** 2 * 增加 3 * @param seller 4 * @return 5 */ 6 @RequestMapping("/add") 7 public Result a 阅读全文
posted @ 2019-11-16 11:06 protect24 阅读(191) 评论(0) 推荐(1) 编辑
摘要: 加载xml <build> <finalName>test</finalName> <!-- 这样也可以把所有的xml文件,打包到相应位置。 <resources> <resource> <directory>src/main/resources</directory> <includes> <in 阅读全文
posted @ 2019-11-16 10:18 protect24 阅读(245) 评论(0) 推荐(1) 编辑
摘要: 1 // 自定义验证类UserDetailsService 实现Security框架UserDetailsService的接口 2 public class UserDetailServiceImpl implements UserDetailsService { 3 //修改UserDetails 阅读全文
posted @ 2019-11-16 10:06 protect24 阅读(5432) 评论(0) 推荐(2) 编辑