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 easy-ms-spring-boot-starter-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ducheng.easy.ms.anotation
├─ com.ducheng.easy.ms.anotation.CustomIndex.class - [JAR]
├─ com.ducheng.easy.ms.anotation.MeiliSearchRepository.class - [JAR]
com.ducheng.easy.ms.autoconfig
├─ com.ducheng.easy.ms.autoconfig.MeiliSearchAutoConfiguration.class - [JAR]
├─ com.ducheng.easy.ms.autoconfig.MeiliSearchProperties.class - [JAR]
com.ducheng.easy.ms.entity
├─ com.ducheng.easy.ms.entity.MeiliSearchResult.class - [JAR]
com.ducheng.easy.ms.service
├─ com.ducheng.easy.ms.service.DocumentOperations.class - [JAR]
├─ com.ducheng.easy.ms.service.MeiliSearchRepository.class - [JAR]