gpt4 book ai didi

spring-boot - Spring Boot 2 和 ResourceServerProperties

转载 作者:行者123 更新时间:2023-12-01 10:26:47 25 4
gpt4 key购买 nike

我们有 Spring Boot 应用程序(版本 1.5.8)。我们尝试检查它是否与即将发布的 Spring Boot 2 版本兼容(目前是 M5)。

spring-boot-autoconfigure 依赖中缺少两个类(UserInfoTokenServices 和 ResourceServerProperties)。

它们有替代品吗?

谢谢

最佳答案

试试这个。迁移到 SpringBoot 2 后,它在 Oauth2 方面帮助了我。

<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>

关于spring-boot - Spring Boot 2 和 ResourceServerProperties,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46988854/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com