spring-security-oauth2 vs spring-cloud-starter-oauth2
问题 I am working on building an oAuth2 application using spring boot. However, there are various sample projects in Github using spring-security-oauth2 and spring-cloud-starter-oauth2 . Do we have specific scenarios where we can use a specific jar among both for an application? Though Spring cloud is mainly used for distributed systems. There are a lot of implementations on Github using spring-cloud-starter-oauth2 for even non-distributed applications. Thanks. 回答1: To resolve complex dependency