为啥没有spring-oauth2的starter pom?

Posted

技术标签:

【中文标题】为啥没有spring-oauth2的starter pom?【英文标题】:Why is there not a starter pom for spring-oauth2?为什么没有spring-oauth2的starter pom? 【发布时间】:2016-08-20 16:22:50 【问题描述】:

我想使用 spring-boot 标准化我的项目,但是奇怪的是没有找到使用 spring oauth 的 starter pom。 Spring oauth 已停用?

【问题讨论】:

docs.spring.io/spring-boot/docs/current/reference/htmlsingle/… 混淆了设置文档,对于其他依赖项,它给出了一些示例。 【参考方案1】:

有效设置:

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

【讨论】:

以上是关于为啥没有spring-oauth2的starter pom?的主要内容,如果未能解决你的问题,请参考以下文章

spring-oauth2 登录成功处理程序

如何集成 AngularJS 和 Spring-OAuth2?

如何将 Angular 2 应用程序与 spring-oauth2 服务器连接?

认证功能实现(spring-oauth2)

为啥我的Maven引入spring-cloud-starter-zookeeper-all报红?

当我想在 C++ Builder Starter 中链接静态库 TinyXML 2 的发布版本时,为啥会出现未解决的外部错误?