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 flycat-springboot-configure-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.flycat.platform.springboot.annotation
├─ com.github.flycat.platform.springboot.annotation.SpringBoot.class - [JAR]
com.github.flycat.platform.springboot
├─ com.github.flycat.platform.springboot.CustomTransactionAttributeSource.class - [JAR]
├─ com.github.flycat.platform.springboot.DataSourceConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.DispatcherRegisterProcessor.class - [JAR]
├─ com.github.flycat.platform.springboot.MybatisConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.OrderedMethodValidationInterceptor.class - [JAR]
├─ com.github.flycat.platform.springboot.ServerConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.SpringContextConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.ValidationConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.WebConfiguration.class - [JAR]
├─ com.github.flycat.platform.springboot.WechatConfiguration.class - [JAR]