License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.penggle |
ArtifactId | ArtifactIdmds-spring-boot-parent |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmds-spring-boot-parent
一个基于mybatis-spring-boot的多数据源扩展组件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mds-spring-boot-parent-2.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-parent/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mds-spring-boot-parent</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-parent/
implementation 'io.github.penggle:mds-spring-boot-parent:2.1'
// https://jarcasting.com/artifacts/io.github.penggle/mds-spring-boot-parent/
implementation ("io.github.penggle:mds-spring-boot-parent:2.1")
'io.github.penggle:mds-spring-boot-parent:pom:2.1'
<dependency org="io.github.penggle" name="mds-spring-boot-parent" rev="2.1">
<artifact name="mds-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mds-spring-boot-parent', version='2.1')
)
libraryDependencies += "io.github.penggle" % "mds-spring-boot-parent" % "2.1"
[io.github.penggle/mds-spring-boot-parent "2.1"]