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 kf-security-test-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com
├─ com.SecurityTestApplication.class - [JAR]
com.common.po
├─ com.common.po.ProjectResourcePO.class - [JAR]
com.interceptor
├─ com.interceptor.TestInterceptor.class - [JAR]
com.service.impl
├─ com.service.impl.LoginExtendImpl.class - [JAR]
├─ com.service.impl.ProjectResourceServiceImpl.class - [JAR]
├─ com.service.impl.ResourceExtendImpl.class - [JAR]
├─ com.service.impl.ResourceImpl.class - [JAR]
com.mapper
├─ com.mapper.ProjectResourceMapper.class - [JAR]
com.config
├─ com.config.DataSourceConfig.class - [JAR]
├─ com.config.InterceptorConfig.class - [JAR]
com.common.entity
├─ com.common.entity.ProjectResource.class - [JAR]
com.service
├─ com.service.ProjectResourceService.class - [JAR]