摘要: https://blog.csdn.net/liutengteng130/article/details/46991829 阅读全文
posted @ 2020-10-21 11:25 流沙uiui 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/32779910 阅读全文
posted @ 2020-10-21 10:52 流沙uiui 阅读(50) 评论(0) 推荐(0) 编辑
摘要: ##SpringCloud介绍 ###概念 Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。 # 阅读全文
posted @ 2020-10-21 10:50 流沙uiui 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiao_jun_0820/article/details/78917215 阅读全文
posted @ 2020-10-21 10:13 流沙uiui 阅读(309) 评论(0) 推荐(0) 编辑
摘要: #SpringSecurity ##简介 ###使用方式(这里用第三种方式) 一种是全部利用配置文件,将用户、权限、资源(url)硬编码在xml文件中 二种是用户和权限用数据库存储,而资源(url)和权限的对应采用硬编码配置 三种是细分角色和权限,并将用户、角色、权限和资源均采用数据库存储,并且自定 阅读全文
posted @ 2020-10-20 20:47 流沙uiui 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhongyehai/p/11872196.html 阅读全文
posted @ 2020-10-19 21:28 流沙uiui 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40001125/article/details/88538576 阅读全文
posted @ 2020-10-19 20:50 流沙uiui 阅读(51) 评论(0) 推荐(0) 编辑
摘要: #权限系统 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired 阅读全文
posted @ 2020-10-19 20:12 流沙uiui 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://docs.jboss.org/hibernate/orm/3.5/reference/zh-CN/html/querycriteria.html 阅读全文
posted @ 2020-10-19 19:50 流沙uiui 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/javazejian/article/details/71860633#%E5%9F%BA%E6%9C%AC%E8%AF%AD%E6%B3%95 阅读全文
posted @ 2020-10-18 21:27 流沙uiui 阅读(55) 评论(0) 推荐(0) 编辑