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 fast-web-admin-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.forezp.fastwebadmin.web
├─ io.github.forezp.fastwebadmin.web.SysUserController.class - [JAR]
├─ io.github.forezp.fastwebadmin.web.TestController.class - [JAR]
io.github.forezp.fastwebadmin.entity
├─ io.github.forezp.fastwebadmin.entity.SysUser.class - [JAR]
io.github.forezp.fastwebadmin.mapper
├─ io.github.forezp.fastwebadmin.mapper.SysUserMapper.class - [JAR]
io.github.forezp.fastwebadmin.service.impl
├─ io.github.forezp.fastwebadmin.service.impl.SysUserServiceImpl.class - [JAR]
io.github.forezp.fastwebadmin.cache
├─ io.github.forezp.fastwebadmin.cache.UserCaffineCache.class - [JAR]
├─ io.github.forezp.fastwebadmin.cache.UserRedisCache.class - [JAR]
io.github.forezp.fastwebadmin
├─ io.github.forezp.fastwebadmin.FastWebAdminApplication.class - [JAR]
io.github.forezp.fastwebadmin.service
├─ io.github.forezp.fastwebadmin.service.SysUserService.class - [JAR]