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 ws-spring-boot-starter-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ws.exception
├─ com.ws.exception.IExceptionHandler.class - [JAR]
com.ws.annotation
├─ com.ws.annotation.EnableConfig.class - [JAR]
com.ws
├─ com.ws.ConfigManager.class - [JAR]
├─ com.ws.ConfigRegister.class - [JAR]
com.ws.table
├─ com.ws.table.GenerateTable.class - [JAR]
├─ com.ws.table.GenerateTableFactory.class - [JAR]
├─ com.ws.table.GenerateTableMysql.class - [JAR]
├─ com.ws.table.GenerateTableOracle.class - [JAR]
├─ com.ws.table.GenerateTableSqlServer.class - [JAR]
├─ com.ws.table.ModelInfo.class - [JAR]
com.ws.tool
├─ com.ws.tool.CommonParam.class - [JAR]