jar

io.github.fykrel : dynamic-datasource

Maven & Gradle

Jul 31, 2023
1 stars

dynamic-datasource · 动态数据源

Table Of Contents

Latest Version

Download io.github.fykrel : dynamic-datasource JAR file - Latest Versions:

All Versions

Download io.github.fykrel : dynamic-datasource JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 dynamic-datasource-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.fykrel.datasource

├─ io.github.fykrel.datasource.DynamicDataSource.class - [JAR]

io.github.fykrel.interfaces

├─ io.github.fykrel.interfaces.TenantDataSourceService.class - [JAR]

io.github.fykrel.interceptors

├─ io.github.fykrel.interceptors.TenantInterceptor.class - [JAR]

io.github.fykrel.domain

├─ io.github.fykrel.domain.TenantDataSource.class - [JAR]

io.github.fykrel.support

├─ io.github.fykrel.support.TenantThreadLocalHolder.class - [JAR]

io.github.fykrel.runner

├─ io.github.fykrel.runner.DataSourceRunner.class - [JAR]

io.github.fykrel.config

├─ io.github.fykrel.config.AutoConfiguration.class - [JAR]

├─ io.github.fykrel.config.DynamicDataSourceConfig.class - [JAR]

├─ io.github.fykrel.config.MybatisPlusConfig.class - [JAR]

├─ io.github.fykrel.config.WebMvcConfig.class - [JAR]

io.github.fykrel.config.properties

├─ io.github.fykrel.config.properties.PrimaryDataSourceProperties.class - [JAR]

├─ io.github.fykrel.config.properties.TenantProperties.class - [JAR]

Advertisement