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 taotao-cloud-starter-elk-2023.08.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.taotao.cloud.elk.properties
├─ com.taotao.cloud.elk.properties.ElkHealthLogStatisticProperties.class - [JAR]
├─ com.taotao.cloud.elk.properties.ElkProperties.class - [JAR]
├─ com.taotao.cloud.elk.properties.ElkWebAspectProperties.class - [JAR]
├─ com.taotao.cloud.elk.properties.ElkWebProperties.class - [JAR]
com.taotao.cloud.elk.aspect
├─ com.taotao.cloud.elk.aspect.WebControllerAspect.class - [JAR]
com.taotao.cloud.elk.filter
├─ com.taotao.cloud.elk.filter.LogStatisticsFilter.class - [JAR]
com.taotao.cloud.elk.interceptor
├─ com.taotao.cloud.elk.interceptor.ElkWebInterceptor.class - [JAR]
com.taotao.cloud.elk.configuration
├─ com.taotao.cloud.elk.configuration.ElkAutoConfiguration.class - [JAR]
├─ com.taotao.cloud.elk.configuration.ElkWebInterceptorAutoConfiguration.class - [JAR]