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 snaker-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.yunget.workflow.orm
├─ com.yunget.workflow.orm.MybatisAccess.class - [JAR]
├─ com.yunget.workflow.orm.MybatisHelper.class - [JAR]
├─ com.yunget.workflow.orm.MybatisTransaction.class - [JAR]
├─ com.yunget.workflow.orm.MybatisTransactionFactory.class - [JAR]
com.yunget.workflow
├─ com.yunget.workflow.SnakeWorkFlowAutoConfigure.class - [JAR]
com.yunget.workflow.spring
├─ com.yunget.workflow.spring.SpelExpression.class - [JAR]
├─ com.yunget.workflow.spring.SpringConfiguration.class - [JAR]
├─ com.yunget.workflow.spring.SpringContext.class - [JAR]
├─ com.yunget.workflow.spring.SpringSnakerEngine.class - [JAR]
├─ com.yunget.workflow.spring.TransactionAdviceConfig.class - [JAR]