How to Create an OAuth2 Server with Spring Boot 3 Prerequisites JDK 17+ Gradle 7.3+ Build for source gradle clean bootJar Run the application java -jar ./build/libs/spring-boot-authorization-server-0.0.1-SNAPSHOT.jar