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 auto-generate-code-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sdcxy.modules.common.enums
├─ com.github.sdcxy.modules.common.enums.Constants.class - [JAR]
com.github.sdcxy.modules.generator
├─ com.github.sdcxy.modules.generator.GeneratorFactory.class - [JAR]
├─ com.github.sdcxy.modules.generator.MySqlGenerator.class - [JAR]
├─ com.github.sdcxy.modules.generator.SqlServerGenerator.class - [JAR]
├─ com.github.sdcxy.modules.generator.SuperGenerator.class - [JAR]
com.github.sdcxy.modules.common.entity
├─ com.github.sdcxy.modules.common.entity.DataSource.class - [JAR]
com.github.sdcxy.modules.common.util
├─ com.github.sdcxy.modules.common.util.DataBaseXmlUtils.class - [JAR]
├─ com.github.sdcxy.modules.common.util.YamlUtils.class - [JAR]