jar

io.github.skyXingren : multi-datasource-spring-boot-starter

Maven & Gradle

Mar 02, 2022
0 stars

a solution for multi-datasource

Table Of Contents

Latest Version

Download io.github.skyXingren : multi-datasource-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.skyXingren : multi-datasource-spring-boot-starter 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 multi-datasource-spring-boot-starter-1.0.4.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.xingren.datasource.entity

├─ com.github.xingren.datasource.entity.Tenant.class - [JAR]

com.github.xingren.datasource.mapper

├─ com.github.xingren.datasource.mapper.TenantMapper.class - [JAR]

com.github.xingren.datasource.config

├─ com.github.xingren.datasource.config.AutoConfiguration.class - [JAR]

├─ com.github.xingren.datasource.config.DataSourceInterceptor.class - [JAR]

├─ com.github.xingren.datasource.config.FeignInterceptor.class - [JAR]

├─ com.github.xingren.datasource.config.MyBatisPlusConfig.class - [JAR]

├─ com.github.xingren.datasource.config.WebfluxInterceptorConfiguration.class - [JAR]

├─ com.github.xingren.datasource.config.WebmvcInterceptorConfiguration.class - [JAR]

com.github.xingren.datasource.bean

├─ com.github.xingren.datasource.bean.ApplicationContextProvider.class - [JAR]

├─ com.github.xingren.datasource.bean.DynamicDataSource.class - [JAR]

com.github.xingren.datasource.constant

├─ com.github.xingren.datasource.constant.DataSourceConstant.class - [JAR]

com.github.xingren.datasource

├─ com.github.xingren.datasource.DataSourceLoader.class - [JAR]

├─ com.github.xingren.datasource.TenantContextHolder.class - [JAR]