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 configur-springdata-jpa-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ppodgorsek.configur.springdata.jpa
├─ com.github.ppodgorsek.configur.springdata.jpa.JpaConfigurationMetadata.class - [JAR]
com.github.ppodgorsek.configur.springdata.jpa.model
├─ com.github.ppodgorsek.configur.springdata.jpa.model.JpaClusterNodeVariation.class - [JAR]
├─ com.github.ppodgorsek.configur.springdata.jpa.model.JpaConfigurationCategory.class - [JAR]
├─ com.github.ppodgorsek.configur.springdata.jpa.model.JpaConfigurationProperty.class - [JAR]
com.github.ppodgorsek.configur.springdata.jpa.service
├─ com.github.ppodgorsek.configur.springdata.jpa.service.JpaConfigurationService.class - [JAR]
com.github.ppodgorsek.configur.springdata.jpa.dao
├─ com.github.ppodgorsek.configur.springdata.jpa.dao.JpaConfigurationCategoryDao.class - [JAR]
├─ com.github.ppodgorsek.configur.springdata.jpa.dao.JpaConfigurationPropertyDao.class - [JAR]
├─ com.github.ppodgorsek.configur.springdata.jpa.dao.package-info.class - [JAR]
com.github.ppodgorsek.configur.springdata.jpa.config
├─ com.github.ppodgorsek.configur.springdata.jpa.config.JpaConfiguration.class - [JAR]