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 database-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bookrain.database.config
├─ com.bookrain.database.config.MyBatisPlusConfig.class - [JAR]
com.bookrain.database.service.impl
├─ com.bookrain.database.service.impl.BaseServiceImpl.class - [JAR]
com.bookrain.database.enums
├─ com.bookrain.database.enums.OrderBy.class - [JAR]
com.bookrain.database.service
├─ com.bookrain.database.service.BaseService.class - [JAR]
com.bookrain.database.typehandler
├─ com.bookrain.database.typehandler.DateTimeTypeHandler.class - [JAR]
com.bookrain.database.dto
├─ com.bookrain.database.dto.OrderBy.class - [JAR]
com.bookrain.database.constants
├─ com.bookrain.database.constants.PaginationConstant.class - [JAR]
com.bookrain.database.entity
├─ com.bookrain.database.entity.BaseEntity.class - [JAR]
com.bookrain.database.mapper
├─ com.bookrain.database.mapper.BaseMapper.class - [JAR]