Spring Security(十一):4. Samples and Guides (Start Here)

If you are looking to get started with Spring Security, the best place to start is our Sample Applications.

如果您希望开始使用Spring Security,最好的起点是我们的示例应用程序。
 
SourceDescriptionGuide

Hello Spring Security

Demonstrates how to integrate Spring Security with an existing application using Java-based configuration.

演示如何使用基于Java的配置将Spring Security与现有应用程序集成。

Hello Spring Security Guide

Hello Spring Security Boot

Demonstrates how to integrate Spring Security with an existing Spring Boot application.

演示如何将Spring Security与现有的Spring Boot应用程序集成。

Hello Spring Security Boot Guide

Hello Spring Security XML

Demonstrates how to integrate Spring Security with an existing application using XML-based configuration.

演示如何使用基于XML的配置将Spring Security与现有应用程序集成。

Hello Spring Security XML Guide

Hello Spring MVC Security

Demonstrates how to integrate Spring Security with an existing Spring MVC application.

演示如何将Spring Security与现有的Spring MVC应用程序集成。

Hello Spring MVC Security Guide

Custom Login Form

Demonstrates how to create a custom login form.

演示如何创建自定义登录表单。

Custom Login Form Guide

原文地址:https://www.cnblogs.com/shuaiandjun/p/10134068.html