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 gen-business-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.gen.modular.pojo
├─ com.holly.unit.gen.modular.pojo.TableInfoRequest.class - [JAR]
com.holly.unit.gen.modular.mapper
├─ com.holly.unit.gen.modular.mapper.TableDataMapper.class - [JAR]
com.holly.unit.gen.modular.controller
├─ com.holly.unit.gen.modular.controller.GenCodeController.class - [JAR]
com.holly.unit.gen.modular.service.impl
├─ com.holly.unit.gen.modular.service.impl.GenCodeServiceImpl.class - [JAR]
├─ com.holly.unit.gen.modular.service.impl.TableDataServiceImpl.class - [JAR]
com.holly.unit.gen.modular.service
├─ com.holly.unit.gen.modular.service.GenCodeService.class - [JAR]
├─ com.holly.unit.gen.modular.service.TableDataService.class - [JAR]
com.holly.unit.gen.modular.entity
├─ com.holly.unit.gen.modular.entity.TableData.class - [JAR]