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 biscuit-mongodb-boot-start-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bbwres.biscuit.mongodb.service
├─ cn.bbwres.biscuit.mongodb.service.ExtendMongoService.class - [JAR]
cn.bbwres.biscuit.mongodb.config
├─ cn.bbwres.biscuit.mongodb.config.MongodbParams.class - [JAR]
├─ cn.bbwres.biscuit.mongodb.config.MongodbProperties.class - [JAR]
cn.bbwres.biscuit.mongodb.processor
├─ cn.bbwres.biscuit.mongodb.processor.MongodbBeanContextAware.class - [JAR]
cn.bbwres.biscuit.mongodb
├─ cn.bbwres.biscuit.mongodb.MongodbAutoConfigure.class - [JAR]
cn.bbwres.biscuit.mongodb.service.impl
├─ cn.bbwres.biscuit.mongodb.service.impl.ExtendMongoServiceImpl.class - [JAR]
cn.bbwres.biscuit.mongodb.dao
├─ cn.bbwres.biscuit.mongodb.dao.ExtendMongoRepository.class - [JAR]
├─ cn.bbwres.biscuit.mongodb.dao.ExtendSimpleMongoRepository.class - [JAR]