License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesMySQL Data Databases MyBatis ORM |
GroupId | GroupIdcom.github.yfhe2 |
ArtifactId | ArtifactIdboot-support-db-mysql-mybatis-plus |
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-plus/ -->
<dependency>
<groupId>com.github.yfhe2</groupId>
<artifactId>boot-support-db-mysql-mybatis-plus</artifactId>
<version>1.1.0-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql-mybatis-plus/
implementation 'com.github.yfhe2:boot-support-db-mysql-mybatis-plus:1.1.0-RELEASES'
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql-mybatis-plus/
implementation ("com.github.yfhe2:boot-support-db-mysql-mybatis-plus:1.1.0-RELEASES")
'com.github.yfhe2:boot-support-db-mysql-mybatis-plus:jar:1.1.0-RELEASES'
<dependency org="com.github.yfhe2" name="boot-support-db-mysql-mybatis-plus" rev="1.1.0-RELEASES">
<artifact name="boot-support-db-mysql-mybatis-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yfhe2', module='boot-support-db-mysql-mybatis-plus', version='1.1.0-RELEASES')
)
libraryDependencies += "com.github.yfhe2" % "boot-support-db-mysql-mybatis-plus" % "1.1.0-RELEASES"
[com.github.yfhe2/boot-support-db-mysql-mybatis-plus "1.1.0-RELEASES"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.22 |
com.baomidou : mybatis-plus-boot-starter | jar | 3.4.1 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.16 |