JasperCloud Mybatis Framework 多数据源
备注:不适合做分布式事务
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.jaspercloud |
ArtifactId | ArtifactIdmybatis-bom |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjaspercloud-mybatis BOM
jaspercloud-mybatis BOM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-bom-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jaspercloud/mybatis-bom/ -->
<dependency>
<groupId>io.github.jaspercloud</groupId>
<artifactId>mybatis-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jaspercloud/mybatis-bom/
implementation 'io.github.jaspercloud:mybatis-bom:1.0.0'
// https://jarcasting.com/artifacts/io.github.jaspercloud/mybatis-bom/
implementation ("io.github.jaspercloud:mybatis-bom:1.0.0")
'io.github.jaspercloud:mybatis-bom:pom:1.0.0'
<dependency org="io.github.jaspercloud" name="mybatis-bom" rev="1.0.0">
<artifact name="mybatis-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jaspercloud', module='mybatis-bom', version='1.0.0')
)
libraryDependencies += "io.github.jaspercloud" % "mybatis-bom" % "1.0.0"
[io.github.jaspercloud/mybatis-bom "1.0.0"]
JasperCloud Mybatis Framework 多数据源
备注:不适合做分布式事务