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 mybatis-groovy-demo-1.0.0-RC.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.harmony.toddler.mybatis.groovy.demo.mapper
├─ org.harmony.toddler.mybatis.groovy.demo.mapper.UserMapper.class - [JAR]
org.harmony.toddler.mybatis.groovy
├─ org.harmony.toddler.mybatis.groovy.MybatisGroovyMain.class - [JAR]
org.harmony.toddler.mybatis.groovy.demo.domain
├─ org.harmony.toddler.mybatis.groovy.demo.domain.User.class - [JAR]
org.harmony.toddler.mybatis.groovy.sql
├─ org.harmony.toddler.mybatis.groovy.sql.DruidSqlParserMain.class - [JAR]
├─ org.harmony.toddler.mybatis.groovy.sql.JSqlParserMain.class - [JAR]