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 spring-boot-web-support-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.boot.web.autoconfigure
├─ com.alibaba.boot.web.autoconfigure.ContentNegotiationManagerConfiguration.class - [JAR]
├─ com.alibaba.boot.web.autoconfigure.ExclusiveViewResolverConfiguration.class - [JAR]
├─ com.alibaba.boot.web.autoconfigure.SpeedupWebMvcAutoConfiguration.class - [JAR]
com.alibaba.boot.web.filter
├─ com.alibaba.boot.web.filter.NoopOrderedHiddenHttpMethodFilter.class - [JAR]
├─ com.alibaba.boot.web.filter.NoopOrderedHttpPutFormContentFilter.class - [JAR]
com.alibaba.boot.web.util
├─ com.alibaba.boot.web.util.ViewResolverUtils.class - [JAR]
├─ com.alibaba.boot.web.util.WebSupportUtils.class - [JAR]
com.alibaba.boot.web.condition
├─ com.alibaba.boot.web.condition.ConditionalOnPropertyPrefix.class - [JAR]
├─ com.alibaba.boot.web.condition.OnPropertyPrefixCondition.class - [JAR]