Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.

Add @Configuration annotation to @AuthorizationServer annotation #1904

Closed
@hongji3354

Description

@hongji3354

@EnableWebSecurity has @configuration, so just adding @EnableWebSecurity allows automatic setup, but @EnableAuthorizationServer does not have @configuration, so you need to add @configuration to proceed with the auto setup.

Generally, when using @Enable-related annotations, we think that using only that annotation will lead to automatic setup, so we would also like to add @configuration to @EnableAuthorizationServer

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions