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 dream-orm-spring-boot-starter-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dream.boot.autoconfigure
├─ com.dream.boot.autoconfigure.DreamAutoConfiguration.class - [JAR]
├─ com.dream.boot.autoconfigure.DreamProperties.class - [JAR]
com.dream.boot.holder
├─ com.dream.boot.holder.SpringSessionHolder.class - [JAR]
com.dream.boot.factory
├─ com.dream.boot.factory.SpringDataSourceFactory.class - [JAR]
├─ com.dream.boot.factory.SpringTransactionFactory.class - [JAR]
com.dream.boot.share
├─ com.dream.boot.share.DataSourceConfiguration.class - [JAR]
├─ com.dream.boot.share.EnableShare.class - [JAR]
├─ com.dream.boot.share.ShareSelector.class - [JAR]
com.dream.boot.bean
├─ com.dream.boot.bean.ConfigurationBean.class - [JAR]
├─ com.dream.boot.bean.MapperFactoryBean.class - [JAR]
com.dream.boot.impl
├─ com.dream.boot.impl.ServiceImpl.class - [JAR]
com.dream.boot.build
├─ com.dream.boot.build.DefaultSessionFactoryBuilder.class - [JAR]
├─ com.dream.boot.build.SessionFactoryBuilder.class - [JAR]
com.dream.boot.transaction
├─ com.dream.boot.transaction.SpringTransaction.class - [JAR]