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 test-collection-1.3.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yulichang.test.collection.entity
├─ com.github.yulichang.test.collection.entity.TableA.class - [JAR]
├─ com.github.yulichang.test.collection.entity.TableB.class - [JAR]
├─ com.github.yulichang.test.collection.entity.TableC.class - [JAR]
├─ com.github.yulichang.test.collection.entity.TableD.class - [JAR]
├─ com.github.yulichang.test.collection.entity.TableE.class - [JAR]
com.github.yulichang.test.collection.mapper
├─ com.github.yulichang.test.collection.mapper.TableAMapper.class - [JAR]
├─ com.github.yulichang.test.collection.mapper.TableBMapper.class - [JAR]
├─ com.github.yulichang.test.collection.mapper.TableCMapper.class - [JAR]
├─ com.github.yulichang.test.collection.mapper.TableDMapper.class - [JAR]
├─ com.github.yulichang.test.collection.mapper.TableEMapper.class - [JAR]
com.github.yulichang.test.collection
├─ com.github.yulichang.test.collection.Application.class - [JAR]
com.github.yulichang.test.collection.config
├─ com.github.yulichang.test.collection.config.MybatisPlusConfig.class - [JAR]
com.github.yulichang.test.collection.dto
├─ com.github.yulichang.test.collection.dto.TableADTO.class - [JAR]
├─ com.github.yulichang.test.collection.dto.TableBDTO.class - [JAR]
├─ com.github.yulichang.test.collection.dto.TableCDTO.class - [JAR]
├─ com.github.yulichang.test.collection.dto.TableDDTO.class - [JAR]
├─ com.github.yulichang.test.collection.dto.TableEDTO.class - [JAR]