This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Description
Hi, I have been using Spring Cloud Security in a microservice environment for about two years now.
And now after I updated the Spring Boot version to 2.3.12 I noticed that this project is deprecated now.
I have been using @ResourceServer, @AuthorizationServer, and @EnableOAuth2Client Annotations in my microservices' security.
Now I wonder which project I should migrate to and how?
Please tell me what Spring framework alternative I should use now that this project is deprecated?
Thanks in advance.