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 biscuit-web-boot-starter-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bbwres.biscuit.web.utils
├─ cn.bbwres.biscuit.web.utils.WebFrameworkUtils.class - [JAR]
cn.bbwres.biscuit.web.swagger
├─ cn.bbwres.biscuit.web.swagger.EnumPropertyCustomizer.class - [JAR]
├─ cn.bbwres.biscuit.web.swagger.SwaggerAutoConfiguration.class - [JAR]
├─ cn.bbwres.biscuit.web.swagger.SwaggerProperties.class - [JAR]
cn.bbwres.biscuit.web.handler
├─ cn.bbwres.biscuit.web.handler.BiscuitHandlerExceptionResolver.class - [JAR]
cn.bbwres.biscuit.web
├─ cn.bbwres.biscuit.web.BiscuitWebProperties.class - [JAR]
├─ cn.bbwres.biscuit.web.WebAutoConfiguration.class - [JAR]
cn.bbwres.biscuit.web.constants
├─ cn.bbwres.biscuit.web.constants.WebConstant.class - [JAR]