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 skeleton-framework-2.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nepxion.skeleton.framework.configuration
├─ com.nepxion.skeleton.framework.configuration.CorsRegistryConfiguration.class - [JAR]
├─ com.nepxion.skeleton.framework.configuration.SkeletonConfiguration.class - [JAR]
├─ com.nepxion.skeleton.framework.configuration.SwaggerConfiguration.class - [JAR]
com.nepxion.skeleton.framework.transport
├─ com.nepxion.skeleton.framework.transport.SkeletonTransport.class - [JAR]
com.nepxion.skeleton.framework.annotation
├─ com.nepxion.skeleton.framework.annotation.SkeletonPlugin.class - [JAR]
com.nepxion.skeleton.framework.aop
├─ com.nepxion.skeleton.framework.aop.SkeletonBeanPostProcessor.class - [JAR]
com.nepxion.skeleton.framework.service
├─ com.nepxion.skeleton.framework.service.SkeletonService.class - [JAR]
com.nepxion.skeleton.framework.controller
├─ com.nepxion.skeleton.framework.controller.SkeletonController.class - [JAR]