| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы MyBatis Данные ORM |
| Группа | Группаcom.gitee.zhongyuns |
| Идентификатор | Идентификаторmybatis-zys-spring-boot-starter |
| Последняя версия | Последняя версия0.2.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.gitee.zhongyuns:mybatis-zys-spring-boot-starter
封装了mybatis的crud
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.zhongyuns</groupId>
<artifactId>mybatis-zys-spring-boot-starter</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation 'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.2.7'
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation ("com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.2.7")
'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:jar:0.2.7'
<dependency org="com.gitee.zhongyuns" name="mybatis-zys-spring-boot-starter" rev="0.2.7">
<artifact name="mybatis-zys-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhongyuns', module='mybatis-zys-spring-boot-starter', version='0.2.7')
)
libraryDependencies += "com.gitee.zhongyuns" % "mybatis-zys-spring-boot-starter" % "0.2.7"
[com.gitee.zhongyuns/mybatis-zys-spring-boot-starter "0.2.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter Необязательный | jar | 2.4.1 |
| org.springframework.boot : spring-boot-starter-validation Необязательный | jar | 2.4.1 |
| org.projectlombok : lombok Необязательный | jar | 1.18.16 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.4.1 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.4.1 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |