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 sparkzxl-oauth2-resource-starter-1.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sparkzxl.oauth.util
├─ com.github.sparkzxl.oauth.util.WebFluxUtils.class - [JAR]
com.github.sparkzxl.oauth.component
├─ com.github.sparkzxl.oauth.component.RestAuthenticationEntryPoint.class - [JAR]
├─ com.github.sparkzxl.oauth.component.RestfulAccessDeniedHandler.class - [JAR]
com.github.sparkzxl.oauth.filter
├─ com.github.sparkzxl.oauth.filter.IgnoreUrlsRemoveJwtFilter.class - [JAR]
com.github.sparkzxl.oauth.config
├─ com.github.sparkzxl.oauth.config.ResourceServerConfig.class - [JAR]
com.github.sparkzxl.oauth.properties
├─ com.github.sparkzxl.oauth.properties.ResourceProperties.class - [JAR]