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 core-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wttch.wcbs.core.util
├─ com.wttch.wcbs.core.util.MapUtils.class - [JAR]
├─ com.wttch.wcbs.core.util.SpringContextHelper.class - [JAR]
├─ com.wttch.wcbs.core.util.WcbsBeanUtils.class - [JAR]
com.wttch.wcbs.core
├─ com.wttch.wcbs.core.BaseEntity.class - [JAR]
├─ com.wttch.wcbs.core.CrudMapper.class - [JAR]
├─ com.wttch.wcbs.core.CrudService.class - [JAR]
com.wttch.wcbs.core.config
├─ com.wttch.wcbs.core.config.WcbsCoreAutoConfiguration.class - [JAR]
com.wttch.wcbs.core.entity
├─ com.wttch.wcbs.core.entity.Range.class - [JAR]
com.wttch.wcbs.core.exception
├─ com.wttch.wcbs.core.exception.DatabaseException.class - [JAR]
├─ com.wttch.wcbs.core.exception.FrameworkException.class - [JAR]
├─ com.wttch.wcbs.core.exception.WcbsException.class - [JAR]