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 web-service-spring-boot-starter-3.2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zipe.util
├─ com.zipe.util.ClientLoginInterceptor.class - [JAR]
├─ com.zipe.util.WebServiceClientUtil.class - [JAR]
com.zipe.model
├─ com.zipe.model.User.class - [JAR]
com.zipe.config
├─ com.zipe.config.Service.class - [JAR]
├─ com.zipe.config.WebServicePropertyConfig.class - [JAR]
com.zipe.service.impl
├─ com.zipe.service.impl.UserServiceImpl.class - [JAR]
com.zipe
├─ com.zipe.Application.class - [JAR]
com.zipe.autoconfiguration
├─ com.zipe.autoconfiguration.CxfConfigAutoConfiguration.class - [JAR]
├─ com.zipe.autoconfiguration.WebServiceRegisterAutoConfiguration.class - [JAR]
com.zipe.service
├─ com.zipe.service.UserService.class - [JAR]