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 table-business-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.table.controller
├─ com.holly.unit.table.controller.TableController.class - [JAR]
com.holly.unit.table.service.impl
├─ com.holly.unit.table.service.impl.TableColumnsServiceImpl.class - [JAR]
com.holly.unit.table.mapper
├─ com.holly.unit.table.mapper.TableColumnsMapper.class - [JAR]
com.holly.unit.table.service
├─ com.holly.unit.table.service.TableColumnsService.class - [JAR]
com.holly.unit.table.entity
├─ com.holly.unit.table.entity.TableColumns.class - [JAR]