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 migoo-spring-boot-starter-web-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.migoo.framework.web.config
├─ xyz.migoo.framework.web.config.MiGooWebAutoConfiguration.class - [JAR]
├─ xyz.migoo.framework.web.config.WebProperties.class - [JAR]
├─ xyz.migoo.framework.web.config.XssProperties.class - [JAR]
xyz.migoo.framework.web.core.util
├─ xyz.migoo.framework.web.core.util.WebFrameworkUtils.class - [JAR]
xyz.migoo.framework.web.core.handler
├─ xyz.migoo.framework.web.core.handler.GlobalExceptionHandler.class - [JAR]
├─ xyz.migoo.framework.web.core.handler.GlobalResponseBodyHandler.class - [JAR]
xyz.migoo.framework.web.core.filter
├─ xyz.migoo.framework.web.core.filter.CacheRequestBodyFilter.class - [JAR]
├─ xyz.migoo.framework.web.core.filter.CacheRequestBodyWrapper.class - [JAR]
├─ xyz.migoo.framework.web.core.filter.XssFilter.class - [JAR]
├─ xyz.migoo.framework.web.core.filter.XssRequestWrapper.class - [JAR]
xyz.migoo.framework.jackson.config
├─ xyz.migoo.framework.jackson.config.JacksonAutoConfiguration.class - [JAR]
xyz.migoo.framework.jackson.databind
├─ xyz.migoo.framework.jackson.databind.LocalDateTimeDeserializer.class - [JAR]
├─ xyz.migoo.framework.jackson.databind.LocalDateTimeSerializer.class - [JAR]