License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesMySQL Data Databases MyBatis ORM |
GroupId | GroupIdcom.github.yfhe2 |
ArtifactId | ArtifactIdboot-support-db-mysql-mybatis |
Last Version | Last Version1.1.0-RELEASES |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBoot类型项目依赖管理
|
<!-- https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql-mybatis/ -->
<dependency>
<groupId>com.github.yfhe2</groupId>
<artifactId>boot-support-db-mysql-mybatis</artifactId>
<version>1.1.0-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql-mybatis/
implementation 'com.github.yfhe2:boot-support-db-mysql-mybatis:1.1.0-RELEASES'
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql-mybatis/
implementation ("com.github.yfhe2:boot-support-db-mysql-mybatis:1.1.0-RELEASES")
'com.github.yfhe2:boot-support-db-mysql-mybatis:jar:1.1.0-RELEASES'
<dependency org="com.github.yfhe2" name="boot-support-db-mysql-mybatis" rev="1.1.0-RELEASES">
<artifact name="boot-support-db-mysql-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yfhe2', module='boot-support-db-mysql-mybatis', version='1.1.0-RELEASES')
)
libraryDependencies += "com.github.yfhe2" % "boot-support-db-mysql-mybatis" % "1.1.0-RELEASES"
[com.github.yfhe2/boot-support-db-mysql-mybatis "1.1.0-RELEASES"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.22 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 |
com.alibaba : druid-spring-boot-starter | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.16 |