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 dds-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.dds.config
├─ com.github.houbb.dds.config.DynamicDataSourceConfig.class - [JAR]
com.github.houbb.dds.exception
├─ com.github.houbb.dds.exception.DynamicDataSourceException.class - [JAR]
com.github.houbb.dds.aspect
├─ com.github.houbb.dds.aspect.DynamicDataSourceAspect.class - [JAR]
com.github.houbb.dds.annotation
├─ com.github.houbb.dds.annotation.Dds.class - [JAR]
├─ com.github.houbb.dds.annotation.EnableDds.class - [JAR]
com.github.houbb.dds.core
├─ com.github.houbb.dds.core.DynamicDataSource.class - [JAR]
├─ com.github.houbb.dds.core.DynamicDataSourceHolder.class - [JAR]