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 webdev-spring-boot-autoconfigure-3.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.vorbote.webdev
├─ cn.vorbote.webdev.WebdevAutoConfigure.class - [JAR]
cn.vorbote.webdev.service.impl
├─ cn.vorbote.webdev.service.impl.WebdevServiceImpl.class - [JAR]
cn.vorbote.webdev.cors
├─ cn.vorbote.webdev.cors.CorsConfigurationInfo.class - [JAR]
├─ cn.vorbote.webdev.cors.CorsProperties.class - [JAR]
cn.vorbote.webdev.service
├─ cn.vorbote.webdev.service.WebdevService.class - [JAR]
cn.vorbote.webdev.jwt
├─ cn.vorbote.webdev.jwt.JwtConfigurationInfo.class - [JAR]
├─ cn.vorbote.webdev.jwt.JwtProperties.class - [JAR]
cn.vorbote.webdev.encoding
├─ cn.vorbote.webdev.encoding.EncodingConfigurationInfo.class - [JAR]
├─ cn.vorbote.webdev.encoding.EncodingProperties.class - [JAR]