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 tesla-web-spring-boot-starter-2.1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.tesla.web.handler
├─ com.alibaba.tesla.web.handler.TeslaWebGlobalExceptionHandler.class - [JAR]
com.alibaba.tesla.web.controller
├─ com.alibaba.tesla.web.controller.TeslaCommonController.class - [JAR]
com.alibaba.tesla.web.config
├─ com.alibaba.tesla.web.config.TeslaWebConfiguration.class - [JAR]
com.alibaba.tesla.web.constant
├─ com.alibaba.tesla.web.constant.HttpAttrs.class - [JAR]
├─ com.alibaba.tesla.web.constant.HttpHeaderNames.class - [JAR]
com.alibaba.tesla.web.properties
├─ com.alibaba.tesla.web.properties.TeslaEnvProperties.class - [JAR]
com.alibaba.tesla.web.exception
├─ com.alibaba.tesla.web.exception.AppOfflineException.class - [JAR]