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 choerodon-starter-fragment-2.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.choerodon.fragment.util
├─ io.choerodon.fragment.util.FileUtils.class - [JAR]
io.choerodon.fragment.controller
├─ io.choerodon.fragment.controller.FragmentC7nController.class - [JAR]
io.choerodon.fragment.service.impl
├─ io.choerodon.fragment.service.impl.FragmentC7nServiceImpl.class - [JAR]
io.choerodon.fragment.autoconfigure
├─ io.choerodon.fragment.autoconfigure.FragmentC7nAutoConfig.class - [JAR]