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 dbdoc-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wangshanhai.dbdoc.utils
├─ com.wangshanhai.dbdoc.utils.JDBCUtils.class - [JAR]
├─ com.wangshanhai.dbdoc.utils.RegUtils.class - [JAR]
├─ com.wangshanhai.dbdoc.utils.WordUtil.class - [JAR]
com.wangshanhai.dbdoc
├─ com.wangshanhai.dbdoc.DBDocExcelMojo.class - [JAR]
├─ com.wangshanhai.dbdoc.DBDocWordMojo.class - [JAR]
com.wangshanhai.dbdoc.entity
├─ com.wangshanhai.dbdoc.entity.ColumnInfo.class - [JAR]
├─ com.wangshanhai.dbdoc.entity.DocInfo.class - [JAR]
├─ com.wangshanhai.dbdoc.entity.TableInfo.class - [JAR]
com.wangshanhai.dbdoc.form
├─ com.wangshanhai.dbdoc.form.DBInfo.class - [JAR]