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 sparkzxl-mongodb-starter-1.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sparkzxl.mongodb.entity
├─ com.github.sparkzxl.mongodb.entity.Entity.class - [JAR]
com.github.sparkzxl.mongodb.event
├─ com.github.sparkzxl.mongodb.event.MongoInsertEventListener.class - [JAR]
com.github.sparkzxl.mongodb.config
├─ com.github.sparkzxl.mongodb.config.MongoAutoConfig.class - [JAR]
com.github.sparkzxl.mongodb.properties
├─ com.github.sparkzxl.mongodb.properties.DataProperties.class - [JAR]
com.github.sparkzxl.mongodb.dynamic
├─ com.github.sparkzxl.mongodb.dynamic.AbstractMongoDatabaseFactoryProvider.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DefaultMongoDatabaseFactoryCreator.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DynamicDatabaseContextHolder.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DynamicMongoDatabaseFactoryProvider.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DynamicMongoProperties.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DynamicMongoTemplate.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.DynamicMongoTransactionManager.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.MongoDatabaseFactoryContext.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.MongoDatabaseFactoryCreator.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.MongoDynamicAutoConfig.class - [JAR]
├─ com.github.sparkzxl.mongodb.dynamic.YamlMongoDatabaseFactoryProvider.class - [JAR]
com.github.sparkzxl.mongodb.repository
├─ com.github.sparkzxl.mongodb.repository.BaseRepository.class - [JAR]
com.github.sparkzxl.mongodb.aware
├─ com.github.sparkzxl.mongodb.aware.AuditAwareImpl.class - [JAR]
com.github.sparkzxl.mongodb.converter
├─ com.github.sparkzxl.mongodb.converter.LocalDateTimeConverter.class - [JAR]
com.github.sparkzxl.mongodb.constant
├─ com.github.sparkzxl.mongodb.constant.EntityConstant.class - [JAR]