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 spring-boot-starter-log4j2-biz-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.logging.log4j.spring.boot.ext.web
├─ org.apache.logging.log4j.spring.boot.ext.web.Log4j2MDCInterceptor.class - [JAR]
org.apache.logging.log4j.spring.boot.utils
├─ org.apache.logging.log4j.spring.boot.utils.Log4jUtils.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.utils.RemoteAddrUtils.class - [JAR]
org.apache.logging.log4j.spring.boot
├─ org.apache.logging.log4j.spring.boot.Log4jJdbcAutoConfiguration.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.Log4jJdbcProperties.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.Markers.class - [JAR]
org.apache.logging.log4j.spring.boot.ext
├─ org.apache.logging.log4j.spring.boot.ext.Log4jDataSource.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.ext.Log4jJdbcAppenderProperties.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.ext.Log4jJdbcAppenderTemplate.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.ext.Log4jJdbcColumnConfig.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.ext.Log4jJdbcConnectionFactory.class - [JAR]
├─ org.apache.logging.log4j.spring.boot.ext.Log4jJdbcConnectionSource.class - [JAR]