License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.weijj0528 |
ArtifactId | ArtifactIdwei-starter-mybatis |
Last Version | Last Version3.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwei-starter-mybatis
SpringBoot component practice starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-mybatis/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>wei-starter-mybatis</artifactId>
<version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-mybatis/
implementation 'com.github.weijj0528:wei-starter-mybatis:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-mybatis/
implementation ("com.github.weijj0528:wei-starter-mybatis:3.0-RELEASE")
'com.github.weijj0528:wei-starter-mybatis:jar:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="wei-starter-mybatis" rev="3.0-RELEASE">
<artifact name="wei-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='wei-starter-mybatis', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "wei-starter-mybatis" % "3.0-RELEASE"
[com.github.weijj0528/wei-starter-mybatis "3.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.weijj0528 : wei-starter-base | jar | 3.0-RELEASE |
mysql : mysql-connector-java | jar | 8.0.16 |
com.alibaba : druid-spring-boot-starter | jar | 1.1.10 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.9 |
tk.mybatis : mapper-spring-boot-starter | jar | 2.1.3 |
org.flywaydb : flyway-core | jar | 5.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.7.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
junit : junit | jar | 4.13.1 |