jar

com.github.houbb : dds

Maven & Gradle

Jul 22, 2020

dds · The dynamic datasource for java.

Table Of Contents

Latest Version

Download com.github.houbb : dds JAR file - Latest Versions:

All Versions

Download com.github.houbb : dds JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement