License |
License |
---|---|
Categories |
CategoriesData MyBatis ORM |
GroupId | GroupIdcom.gitee.nwalk |
ArtifactId | ArtifactIdmybatis-multi-datasource |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Dependencies
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.gitee.nwalk/mybatis-multi-datasource/ -->
<dependency>
<groupId>com.gitee.nwalk</groupId>
<artifactId>mybatis-multi-datasource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.nwalk/mybatis-multi-datasource/
implementation 'com.gitee.nwalk:mybatis-multi-datasource:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.nwalk/mybatis-multi-datasource/
implementation ("com.gitee.nwalk:mybatis-multi-datasource:1.0.0")
'com.gitee.nwalk:mybatis-multi-datasource:jar:1.0.0'
<dependency org="com.gitee.nwalk" name="mybatis-multi-datasource" rev="1.0.0">
<artifact name="mybatis-multi-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.nwalk', module='mybatis-multi-datasource', version='1.0.0')
)
libraryDependencies += "com.gitee.nwalk" % "mybatis-multi-datasource" % "1.0.0"
[com.gitee.nwalk/mybatis-multi-datasource "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.11.RELEASE |
org.springframework : spring-context-support | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework : spring-tx | jar | |
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.1 |
com.alibaba : druid | jar | 1.1.23 |
com.alibaba : druid-spring-boot-starter | jar | 1.1.23 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.18 |
cn.easyproject » ojdbc6 | jar | 12.1.0.2.0 |
org.postgresql : postgresql | jar | 42.2.5 |
dm » Dm7JdbcDriver | jar | 17 |
com.h2database : h2 | jar | 1.4.200 |
net.sourceforge.jtds : jtds | jar | 1.3.1 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.12 |
tk.mybatis : mapper | jar | 4.1.5 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.11.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.11.RELEASE |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar |