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 spacex-boot-core-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.uok.spacex.core
├─ io.uok.spacex.core.CoreConfig.class - [JAR]
├─ io.uok.spacex.core.SpaceXBootApplication.class - [JAR]
├─ io.uok.spacex.core.SpringContextHolder.class - [JAR]
io.uok.spacex.core.dto
├─ io.uok.spacex.core.dto.DictItemDTO.class - [JAR]
io.uok.spacex.validator.util
├─ io.uok.spacex.validator.util.ValidationUtils.class - [JAR]
io.uok.spacex.core.domain
├─ io.uok.spacex.core.domain.DictionaryDO.class - [JAR]
├─ io.uok.spacex.core.domain.DictionaryItemDO.class - [JAR]
├─ io.uok.spacex.core.domain.QDictionaryDO.class - [JAR]
├─ io.uok.spacex.core.domain.QDictionaryItemDO.class - [JAR]
io.uok.spacex.core.dao
├─ io.uok.spacex.core.dao.DictionaryDAO.class - [JAR]
├─ io.uok.spacex.core.dao.DictionaryItemDAO.class - [JAR]
io.uok.spacex.core.service
├─ io.uok.spacex.core.service.DictionarySV.class - [JAR]
io.uok.spacex.validator
├─ io.uok.spacex.validator.DictValidator.class - [JAR]
io.uok.spacex.core.service.impl
├─ io.uok.spacex.core.service.impl.DictionarySVImpl.class - [JAR]
io.uok.spacex.validator.constraints
├─ io.uok.spacex.validator.constraints.Dict.class - [JAR]