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 max-generator-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tangguangdi.properties
├─ com.tangguangdi.properties.GeneratorProperties.class - [JAR]
com.tangguangdi.config
├─ com.tangguangdi.config.GeneratorAutoConfiguration.class - [JAR]
com.tangguangdi.generator.service
├─ com.tangguangdi.generator.service.CodeGenerator.class - [JAR]
com.tangguangdi.generator.service.impl
├─ com.tangguangdi.generator.service.impl.CodeServer.class - [JAR]
com.tangguangdi.generator.entity
├─ com.tangguangdi.generator.entity.CodeConfig.class - [JAR]
├─ com.tangguangdi.generator.entity.DataTable.class - [JAR]
├─ com.tangguangdi.generator.entity.DatabaseConfig.class - [JAR]
com.tangguangdi.generator.controller
├─ com.tangguangdi.generator.controller.CodeController.class - [JAR]