摘要: /* */ /* 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) 编辑