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 spring-data-jpa-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ms.tools.components.spring.data.jpa.model.entity
├─ com.ms.tools.components.spring.data.jpa.model.entity.AbstractBaseDTO.class - [JAR]
├─ com.ms.tools.components.spring.data.jpa.model.entity.AbstractBaseEntity.class - [JAR]
├─ com.ms.tools.components.spring.data.jpa.model.entity.AbstractIDDTO.class - [JAR]
├─ com.ms.tools.components.spring.data.jpa.model.entity.AbstractIDEntity.class - [JAR]
├─ com.ms.tools.components.spring.data.jpa.model.entity.IBaseEntity.class - [JAR]
com.ms.tools.components.spring.data.jpa.model.service.impl
├─ com.ms.tools.components.spring.data.jpa.model.service.impl.IBaseServiceImpl.class - [JAR]
com.ms.tools.components.spring.data.jpa.model.mapper
├─ com.ms.tools.components.spring.data.jpa.model.mapper.IBaseRepository.class - [JAR]
com.ms.tools.components.spring.data.jpa.config
├─ com.ms.tools.components.spring.data.jpa.config.IDGenerator.class - [JAR]
com.ms.tools.components.spring.data.jpa.model.service
├─ com.ms.tools.components.spring.data.jpa.model.service.IBaseService.class - [JAR]