View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window authorization-spring-boot-starter-2.0-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.paganini2008.springboot.authorization
├─ com.github.paganini2008.springboot.authorization.AcceptedRequestFilter.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.AccessTokenHolder.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.BugFixedRedisTokenStore.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.EnableOAuth2Client.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.EnableOAuth2ResourceServer.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.EnableOAuth2Server.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.JsonUtils.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.Main.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.OAuth2ClientConfig.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.OAuth2ResourceServerConfig.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.OAuth2ServerConfig.class - [JAR]
├─ com.github.paganini2008.springboot.authorization.UnauthorizedReponseEntity.class - [JAR]