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 continew-starter-extension-crud-mf-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.continew.starter.extension.crud.model.entity
├─ top.continew.starter.extension.crud.model.entity.BaseCreateDO.class - [JAR]
├─ top.continew.starter.extension.crud.model.entity.BaseDO.class - [JAR]
├─ top.continew.starter.extension.crud.model.entity.BaseIdDO.class - [JAR]
├─ top.continew.starter.extension.crud.model.entity.BaseUpdateDO.class - [JAR]
top.continew.starter.extension.crud.model.query
├─ top.continew.starter.extension.crud.model.query.PageQuery.class - [JAR]
top.continew.starter.extension.crud.converter
├─ top.continew.starter.extension.crud.converter.ExcelBaseEnumConverter.class - [JAR]
top.continew.starter.extension.crud.service.impl
├─ top.continew.starter.extension.crud.service.impl.BaseServiceImpl.class - [JAR]
top.continew.starter.extension.crud.controller
├─ top.continew.starter.extension.crud.controller.BaseController.class - [JAR]
top.continew.starter.extension.crud.model.resp
├─ top.continew.starter.extension.crud.model.resp.PageResp.class - [JAR]
top.continew.starter.extension.crud.service
├─ top.continew.starter.extension.crud.service.BaseService.class - [JAR]