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 sdkg-service-3.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastjrun.mybatis.declare
├─ com.fastjrun.mybatis.declare.Declare.class - [JAR]
com.fastjrun.service
├─ com.fastjrun.service.BaseService.class - [JAR]
com.fastjrun.common
├─ com.fastjrun.common.MediaTypes.class - [JAR]
├─ com.fastjrun.common.ServiceException.class - [JAR]
com.fastjrun.helper
├─ com.fastjrun.helper.Check.class - [JAR]
├─ com.fastjrun.helper.MockHelper.class - [JAR]
com.fastjrun.dao
├─ com.fastjrun.dao.CommonDao.class - [JAR]
com.fastjrun.mybatis
├─ com.fastjrun.mybatis.DynamicProvider.class - [JAR]