Spring Security自动配置在Spring Boot 2.1.2.RELEASE

时间:2019-01-17 13:18:13

标签: spring-boot spring-security

我在pom.xml中包括了spring安全性依赖关系,但是默认情况下没有对端点进行安全保护。这在spring boot版本2.1.2.RELEASE中发生,但是当我切换回2.0.3RELEASE时,spring security是自动配置并且所有端点均已安全

使用 2.1.2.RELEASE

时,我什至没有得到以下内容

使用默认的安全密码:ce6c3d39-8f20-4a41-8e01-803166bb99b6

在pom.xml中添加了依赖性

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

0 个答案:

没有答案