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 id-star-1.0.6-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.huoyu820125.idstar.impl.nbrestful
├─ com.github.huoyu820125.idstar.impl.nbrestful.IRestfulRouter.class - [JAR]
├─ com.github.huoyu820125.idstar.impl.nbrestful.NBRestful.class - [JAR]
com.github.huoyu820125.idstar.impl
├─ com.github.huoyu820125.idstar.impl.DefaultRegionProvider.class - [JAR]
├─ com.github.huoyu820125.idstar.impl.IdStarConfig.class - [JAR]
com.github.huoyu820125.idstar
├─ com.github.huoyu820125.idstar.IRegionProvider.class - [JAR]
├─ com.github.huoyu820125.idstar.IdStar.class - [JAR]
├─ com.github.huoyu820125.idstar.IdStarBeans.class - [JAR]
com.github.huoyu820125.idstar.impl.nbrestful.impl
├─ com.github.huoyu820125.idstar.impl.nbrestful.impl.RouteRestTemplate.class - [JAR]