| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdio.github.penggle |
| ArtifactId | ArtifactIdmds-spring-boot-starter |
| Version | Version2.1 |
| Type | Typejar |
| Description |
Descriptionmds-spring-boot-starter
A SpringBoot2-based full-scene supported multi-datasource framework, supporting Spring-JDBC、Mybatis, MyBatis-Plus, MyBatis-Tiny, ShardingSphere, Mycat etc
|
| Filename | Size |
|---|---|
| mds-spring-boot-starter-2.1.pom | |
| mds-spring-boot-starter-2.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-starter/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mds-spring-boot-starter</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-starter/
implementation 'io.github.penggle:mds-spring-boot-starter:2.1'
// https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-starter/
implementation ("io.github.penggle:mds-spring-boot-starter:2.1")
'io.github.penggle:mds-spring-boot-starter:jar:2.1'
<dependency org="io.github.penggle" name="mds-spring-boot-starter" rev="2.1">
<artifact name="mds-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mds-spring-boot-starter', version='2.1')
)
libraryDependencies += "io.github.penggle" % "mds-spring-boot-starter" % "2.1"
[io.github.penggle/mds-spring-boot-starter "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| io.github.penggle : mds-spring-boot-autoconfigure | jar | 2.1 |