博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Spring Security(三):1、Getting Started
阅读量:4974 次
发布时间:2019-06-12

本文共 1356 字,大约阅读时间需要 4 分钟。

The later parts of this guide provide an in-depth discussion of the framework architecture and implementation classes, which you need to understand if you want to do any serious customization. In this part, we’ll introduce Spring Security 4.0, give a brief overview of the project’s history and take a slightly gentler look at how to get started using the framework.

本指南的后面部分提供了对框架体系结构和实现类的深入讨论,如果要进行任何严格的自定义,则需要了解这些内容。在这一部分中,我们将介绍Spring Security 4.0,简要介绍一下该项目的历史,并稍微了解一下如何开始使用该框架。
 
In particular, we’ll look at namespace configuration which provides a much simpler way of securing your application compared to the traditional Spring bean approach where you have to wire up all the implementation classes individually.
 
特别是,我们将看一下命名空间配置,与传统的Spring bean方法相比,它提供了一种更简单的方法来保护您的应用程序,在传统的Spring bean方法中,您必须单独连接所有实现类。
 
We’ll also take a look at the sample applications that are available. It’s worth trying to run these and experimenting with them a bit even before you read the later sections - you can dip back into them as your understanding of the framework increases.
 
我们还将查看可用的示例应用程序。在您阅读后面的章节之前,尝试运行这些并尝试使用它们是值得的 - 您可以回顾它们,因为您对框架的理解会增加。
 
Please also check out the   as it has useful information on building the project, plus links to articles, videos and tutorials.
 
另请查看项目网站,因为它包含有关构建项目的有用信息,以及文章,视频和教程的链接。
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 

转载于:https://www.cnblogs.com/shuaiandjun/p/10127766.html

你可能感兴趣的文章
项目应用1
查看>>
Ubuntu下配置jdk和tomcat
查看>>
大型网站的演变升级
查看>>
图片延迟加载的实现
查看>>
php适配器模式(adapter pattern)
查看>>
C# 委托链(多播委托)
查看>>
解密个推持续集成
查看>>
基本SCTP套接字编程常用函数
查看>>
C 编译程序步骤
查看>>
页面抓取匹配时,万恶的\r,\n,\t 要先替换掉为空,出现匹配有问题,都是这个引起的...
查看>>
利用Node.js调用Elasticsearch
查看>>
构造函数
查看>>
LeetCode N-Queens
查看>>
jstat 命令
查看>>
leetcode[155]Min Stack
查看>>
《代码不朽:编写可维护软件的10大要则(C#版)》读后感
查看>>
04、我的.net Core的学习 - 网页版Hello World
查看>>
分块学习
查看>>
UIWebView 屏蔽或者修改 alert警告框
查看>>
Qt-第一个QML程序-3-自定义一个按钮
查看>>