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 mapper-spring-boot-sample-annotation-4.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tk.mybatis.sample
├─ tk.mybatis.sample.SampleMapperApplication.class - [JAR]
tk.mybatis.sample.domain
├─ tk.mybatis.sample.domain.Country.class - [JAR]
tk.mybatis.sample.mapper
├─ tk.mybatis.sample.mapper.CountryMapper.class - [JAR]