spring security使用详解

栏目: 后端 · 发布时间: 5年前

内容简介:由于公司新的后台项目独立,和其他服务没有关系,所以考虑单独实现自己的用户登录模块。所以,我将对spring security基于 “springboot” 框架的使用方式总结如下:(1)当我们在pom文件中,添加依赖后

spring security使用详解

由于公司新的后台项目独立,和其他服务没有关系,所以考虑单独实现自己的用户登录模块。

所以,我将对spring security基于 “springboot” 框架的使用方式总结如下:

(1)当我们在pom文件中,添加依赖后 org.springframework.boot spring-boot-starter-security

启动服务,访问 http://localhost:8080这个地址,端口可以自己设置通过server.port=进行配置,下面弹出如下页面:

spring security使用详解

此时,系统已经处于受保护状态,这是spring security默认的登录页面。系统生成默认用户名为 "user",密码打印到控制台总,如下:

spring security使用详解 我们输入用户名和密码便可以登录进去,我们也可以application.properties文件中自定义用户名和密码如下:

spring security使用详解 到此,最简单的使用方式已经完成,但是这还远远不能满足我们的需要,截下来介绍自定义表单登录。

(2)spring security 表单登录

具体流程如下图:

spring security使用详解

本文参考地址: https://blog.csdn.net/mj86534210/article/category/7253799


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Probability and Computing: Randomization and Probabilistic Techn

Probability and Computing: Randomization and Probabilistic Techn

Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2017-7-3 / USD 62.23

Greatly expanded, this new edition requires only an elementary background in discrete mathematics and offers a comprehensive introduction to the role of randomization and probabilistic techniques in m......一起来看看 《Probability and Computing: Randomization and Probabilistic Techn》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具