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 sqlhelper-examples-2.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jn.sqlhelper.examples.common.model
├─ com.jn.sqlhelper.examples.common.model.User.class - [JAR]
com.jn.sqlhelper.examples.common.dao
├─ com.jn.sqlhelper.examples.common.dao.UserDao.class - [JAR]
com.jn.sqlhelper.examples.test.mybatis.springboot
├─ com.jn.sqlhelper.examples.test.mybatis.springboot.MyBatisWithSpringBootTest.class - [JAR]
com.jn.sqlhelper.examples.common.config
├─ com.jn.sqlhelper.examples.common.config.Swagger2Config.class - [JAR]
com.jn.sqlhelper.examples.common.controller
├─ com.jn.sqlhelper.examples.common.controller.UserController.class - [JAR]