utils
各种工具包。
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.ruijc |
ArtifactId | ArtifactIdspring-boot-starter-mybatis |
Last Version | Last Version3.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-mybatis
Springboot自动化配置Mybatis框架并支持通用Mapper和分页插件。
|
<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/ -->
<dependency>
<groupId>com.ruijc</groupId>
<artifactId>spring-boot-starter-mybatis</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/
implementation 'com.ruijc:spring-boot-starter-mybatis:3.2.2'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/
implementation ("com.ruijc:spring-boot-starter-mybatis:3.2.2")
'com.ruijc:spring-boot-starter-mybatis:jar:3.2.2'
<dependency org="com.ruijc" name="spring-boot-starter-mybatis" rev="3.2.2">
<artifact name="spring-boot-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-mybatis', version='3.2.2')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-mybatis" % "3.2.2"
[com.ruijc/spring-boot-starter-mybatis "3.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.0 |
com.github.pagehelper : pagehelper Optional | jar | 4.1.6 |
tk.mybatis : mapper Optional | jar | 3.3.9 |
de.ruedigermoeller : fst Optional | jar | 2.47 |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 1.5.2.RELEASE |
com.ruijc : util | jar | 3.1.0 |
com.google.auto.service : auto-service Optional | jar | 1.0-rc2 |
com.squareup : javapoet Optional | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |
com.h2database : h2 | jar | 1.4.192 |
com.zaxxer : HikariCP | jar | 2.5.1 |
org.bgee.log4jdbc-log4j2 : log4jdbc-log4j2-jdbc4.1 | jar | 1.16 |
各种工具包。