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 goview-spring-boot3-starter-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.springboot.plugin.goview.config
├─ io.springboot.plugin.goview.config.DataVTenantHandler.class - [JAR]
├─ io.springboot.plugin.goview.config.GoviewProperties.class - [JAR]
├─ io.springboot.plugin.goview.config.MybatisAutoConfiguration.class - [JAR]
├─ io.springboot.plugin.goview.config.TenantContextHolder.class - [JAR]
├─ io.springboot.plugin.goview.config.TenantContextHolderFilter.class - [JAR]
├─ io.springboot.plugin.goview.config.YamlPropertySourceFactory.class - [JAR]
io.springboot.plugin.goview
├─ io.springboot.plugin.goview.DatavAutoConfiguration.class - [JAR]
io.springboot.plugin.goview.common.base
├─ io.springboot.plugin.goview.common.base.BaseController.class - [JAR]
├─ io.springboot.plugin.goview.common.base.BaseService.class - [JAR]
io.springboot.plugin.goview.mapper
├─ io.springboot.plugin.goview.mapper.GoviewProjectDataMapper.class - [JAR]
├─ io.springboot.plugin.goview.mapper.GoviewProjectMapper.class - [JAR]
io.springboot.plugin.goview.controller
├─ io.springboot.plugin.goview.controller.GoViewProjectAPIController.class - [JAR]
├─ io.springboot.plugin.goview.controller.GoviewPageController.class - [JAR]
io.springboot.plugin.goview.common.domain
├─ io.springboot.plugin.goview.common.domain.AjaxResult.class - [JAR]
├─ io.springboot.plugin.goview.common.domain.GoviewProject.class - [JAR]
├─ io.springboot.plugin.goview.common.domain.GoviewProjectData.class - [JAR]
├─ io.springboot.plugin.goview.common.domain.MagicHttp.class - [JAR]
├─ io.springboot.plugin.goview.common.domain.ResultTable.class - [JAR]
├─ io.springboot.plugin.goview.common.domain.Tablepar.class - [JAR]