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 happy-code-starter-mybatis-sample-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cool.happycoding.code.mybatis.sample.app.service.impl
├─ cool.happycoding.code.mybatis.sample.app.service.impl.UserServiceImpl.class - [JAR]
cool.happycoding.code.mybatis.sample.api.v1.form
├─ cool.happycoding.code.mybatis.sample.api.v1.form.UserForm.class - [JAR]
cool.happycoding.code.mybatis.sample.domain.entity
├─ cool.happycoding.code.mybatis.sample.domain.entity.User.class - [JAR]
cool.happycoding.code.mybatis.sample.domain.dto
├─ cool.happycoding.code.mybatis.sample.domain.dto.UserDTO.class - [JAR]
cool.happycoding.code.mybatis.sample.domain.mapper
├─ cool.happycoding.code.mybatis.sample.domain.mapper.UserMapper.class - [JAR]
cool.happycoding.code.mybatis.sample.api.v1.rest
├─ cool.happycoding.code.mybatis.sample.api.v1.rest.UserController.class - [JAR]
cool.happycoding.code.mybatis.sample.app.service
├─ cool.happycoding.code.mybatis.sample.app.service.IUserService.class - [JAR]
cool.happycoding.code.mybatis.sample
├─ cool.happycoding.code.mybatis.sample.MybatisSampleApplication.class - [JAR]