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-db-2.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tangguangdi.base.db.generator.service
├─ com.tangguangdi.base.db.generator.service.DbService.class - [JAR]
├─ com.tangguangdi.base.db.generator.service.GeneratorService.class - [JAR]
com.tangguangdi.base.db.handler
├─ com.tangguangdi.base.db.handler.MybatisPlusHandler.class - [JAR]
com.tangguangdi.base.db.config
├─ com.tangguangdi.base.db.config.DbAutoConfiguration.class - [JAR]
com.tangguangdi.base.db.generator.controller
├─ com.tangguangdi.base.db.generator.controller.GeneratorController.class - [JAR]
com.tangguangdi.base.db.generator.entity
├─ com.tangguangdi.base.db.generator.entity.CodeData.class - [JAR]
├─ com.tangguangdi.base.db.generator.entity.CodeView.class - [JAR]
├─ com.tangguangdi.base.db.generator.entity.FieldsQuery.class - [JAR]
├─ com.tangguangdi.base.db.generator.entity.TableField.class - [JAR]
├─ com.tangguangdi.base.db.generator.entity.TableView.class - [JAR]
├─ com.tangguangdi.base.db.generator.entity.TablesQuery.class - [JAR]
com.tangguangdi.base.db.generator.query
├─ com.tangguangdi.base.db.generator.query.IDbQuery.class - [JAR]
├─ com.tangguangdi.base.db.generator.query.MySqlQuery.class - [JAR]
com.tangguangdi.base.db.properties
├─ com.tangguangdi.base.db.properties.DbProperties.class - [JAR]
├─ com.tangguangdi.base.db.properties.GeneratorProperties.class - [JAR]