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 dc-menu-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dc.menu.service.impl
├─ com.github.dc.menu.service.impl.MenuServiceImpl.class - [JAR]
com.github.dc.menu.vo
├─ com.github.dc.menu.vo.MenuVO.class - [JAR]
com.github.dc.menu.service
├─ com.github.dc.menu.service.MenuService.class - [JAR]
com.github.dc.menu.mapper
├─ com.github.dc.menu.mapper.MenuMapper.class - [JAR]
com.github.dc.menu.constant
├─ com.github.dc.menu.constant.MenuField.class - [JAR]
com.github.dc.menu.controller
├─ com.github.dc.menu.controller.MenuController.class - [JAR]
com.github.dc.menu.util
├─ com.github.dc.menu.util.TreeUtil.class - [JAR]
com.github.dc.menu.config
├─ com.github.dc.menu.config.DCMenuEnableLoadBeanAutoConfiguration.class - [JAR]
├─ com.github.dc.menu.config.DCMenuMapperScannerAutoConfiguration.class - [JAR]
com.github.dc.menu.domain.entity
├─ com.github.dc.menu.domain.entity.Menu.class - [JAR]