oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData | 
        
| GroupId | GroupIdorg.minbox.framework | 
    
| ArtifactId | ArtifactIdapi-boot-plugin-datasource-switch | 
    
| Last Version | Last Version2.2.7.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApiBoot DataSource Switch
        数据源切换:
        1. 多数据源配置
        2. 数据源路由器实现
        3. 配置使用指定数据源
        4. 动态使用指定数据源
        5. 动态创建数据源 
         | 
    
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-plugin-datasource-switch</artifactId>
    <version>2.2.7.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/
implementation 'org.minbox.framework:api-boot-plugin-datasource-switch:2.2.7.RELEASE'
                // https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/
implementation ("org.minbox.framework:api-boot-plugin-datasource-switch:2.2.7.RELEASE")
                'org.minbox.framework:api-boot-plugin-datasource-switch:jar:2.2.7.RELEASE'
                <dependency org="org.minbox.framework" name="api-boot-plugin-datasource-switch" rev="2.2.7.RELEASE">
  <artifact name="api-boot-plugin-datasource-switch" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.minbox.framework', module='api-boot-plugin-datasource-switch', version='2.2.7.RELEASE')
)
                libraryDependencies += "org.minbox.framework" % "api-boot-plugin-datasource-switch" % "2.2.7.RELEASE"
                [org.minbox.framework/api-boot-plugin-datasource-switch "2.2.7.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.minbox.framework : api-boot-plugin | jar | 2.2.7.RELEASE | 
| com.zaxxer : HikariCP Optional | jar | |
| com.alibaba : druid Optional | jar | 1.1.21 | 
| org.springframework.boot : spring-boot-starter-jdbc Optional | jar | 
用于发布org.minbox.framework相关开源框架到maven center的parent配置