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 spring-cloud-legends-db-starter-2021.0.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.legendscloud.db.config
├─ top.legendscloud.db.config.MybatisPlusConfig.class - [JAR]
top.legendscloud.db.mapper
├─ top.legendscloud.db.mapper.MapperScannerRegistrar.class - [JAR]
top.legendscloud.db.page
├─ top.legendscloud.db.page.PageUtils.class - [JAR]
top.legendscloud.db.config.properties
├─ top.legendscloud.db.config.properties.LegendsDBProperties.class - [JAR]
├─ top.legendscloud.db.config.properties.LegendsGeneratorProperties.class - [JAR]
top.legendscloud.db.generator
├─ top.legendscloud.db.generator.LegendsCodeGenerator.class - [JAR]
top.legendscloud.db.annotation
├─ top.legendscloud.db.annotation.MapperScanner.class - [JAR]