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 mybatis-plus-boot-starter-3.5.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.baomidou.mybatisplus.autoconfigure
├─ com.baomidou.mybatisplus.autoconfigure.ConfigurationCustomizer.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.IdentifierGeneratorAutoConfiguration.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.MybatisPlusLanguageDriverAutoConfiguration.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.MybatisPlusPropertiesCustomizer.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.SafetyEncryptProcessor.class - [JAR]
├─ com.baomidou.mybatisplus.autoconfigure.SpringBootVFS.class - [JAR]