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 workde-starter-boot-1.2.6-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.workde.core.boot.server
├─ cn.workde.core.boot.server.ServerInfo.class - [JAR]
cn.workde.core.boot.launch
├─ cn.workde.core.boot.launch.StartEventListener.class - [JAR]
├─ cn.workde.core.boot.launch.WorkdeApplication.class - [JAR]
cn.workde.core.boot.annotation
├─ cn.workde.core.boot.annotation.MoreSerializeField.class - [JAR]
├─ cn.workde.core.boot.annotation.SerializeField.class - [JAR]
cn.workde.core.boot.json
├─ cn.workde.core.boot.json.JacksonJsonFilter.class - [JAR]
├─ cn.workde.core.boot.json.JsonReturnHandler.class - [JAR]
├─ cn.workde.core.boot.json.JsonSerializer.class - [JAR]
cn.workde.core.boot.service
├─ cn.workde.core.boot.service.LauncherService.class - [JAR]
cn.workde.core.boot.handler
├─ cn.workde.core.boot.handler.GlobalExceptionHandler.class - [JAR]
cn.workde.core.boot.constant
├─ cn.workde.core.boot.constant.AppConstant.class - [JAR]
cn.workde.core.boot.config
├─ cn.workde.core.boot.config.ExceptionHandlerConfig.class - [JAR]
├─ cn.workde.core.boot.config.WorkdeAutoConfiguration.class - [JAR]
├─ cn.workde.core.boot.config.WorkdeExecutorConfiguration.class - [JAR]
├─ cn.workde.core.boot.config.WorkdeReturnConfiguration.class - [JAR]