跳至主要內容

JDK|4.SpringSecurity

Mr.Si小于 1 分钟

描述

1. 引入Spring Security依赖

   <!-- pom.xml -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-security</artifactId>
</dependency>

2.登录

头像

如果不配置默认会打印一条随机的登录密码,账户名默认为User