摘要: https://blog.csdn.net/luckarecs/article/details/7175390 阅读全文
posted @ 2018-04-28 11:26 lshan 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/honghailiang888/article/details/53765508 阅读全文
posted @ 2018-04-26 18:43 lshan 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/yin380697242/article/details/51893397 https://blog.csdn.net/lee353086/article/details/52586916 阅读全文
posted @ 2018-04-25 22:27 lshan 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zsq520520/article/details/77880491 阅读全文
posted @ 2018-04-24 22:39 lshan 阅读(161) 评论(0) 推荐(0) 编辑
摘要: spring security表单认证过程 spring security表单认证过程 表单认证过程 Spring security的表单认证过程是由org.springframework.security.web.authentication. UsernamePasswordAuthentica 阅读全文
posted @ 2018-04-23 18:04 lshan 阅读(816) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-22 22:28 lshan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: @NotEmpty用在集合类上面 @NotBlank 用在String上面 @NotNull 用在基本类型上 在 user对象中需要 阅读全文
posted @ 2018-04-22 17:54 lshan 阅读(293) 评论(0) 推荐(0) 编辑
摘要: /* */ /* DBMS name: MySQL5.0 */ /* Created on: 2018/4/18 21:33:52 */ /* */ drop table if exists auth_function; drop table if exists auth_role; drop ta 阅读全文
posted @ 2018-04-18 21:29 lshan 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 参考1: https://docs.spring.io/spring-security/site/docs/5.0.1.BUILD-SNAPSHOT/reference/htmlsingle/ 列子:websystique.com/spring-security/spring-security-4- 阅读全文
posted @ 2018-04-18 17:17 lshan 阅读(445) 评论(2) 推荐(0) 编辑
摘要: 自定义服务: angular.module('myApp').factory('UserService',['$http','$q',function ($http,$q) { // 定义一个方法工厂 var factory = { httpGet : httpGet, login:login }; 阅读全文
posted @ 2018-04-18 16:56 lshan 阅读(146) 评论(0) 推荐(0) 编辑