springboot-starter

SpringBoot component practice starter

Лицензия

Лицензия

Группа

Группа

com.github.weijj0528
Идентификатор

Идентификатор

springboot-starter
Последняя версия

Последняя версия

3.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

springboot-starter
SpringBoot component practice starter
Ссылка на сайт

Ссылка на сайт

https://github.com/weijj0528/wei-springboot-starter

Скачать springboot-starter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/ -->
<dependency>
    <groupId>com.github.weijj0528</groupId>
    <artifactId>springboot-starter</artifactId>
    <version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation 'com.github.weijj0528:springboot-starter:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation ("com.github.weijj0528:springboot-starter:3.0-RELEASE")
'com.github.weijj0528:springboot-starter:jar:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="springboot-starter" rev="3.0-RELEASE">
  <artifact name="springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='springboot-starter', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "springboot-starter" % "3.0-RELEASE"
[com.github.weijj0528/springboot-starter "3.0-RELEASE"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.weijj0528 : wei-starter-mybatis jar 3.0-RELEASE
com.github.weijj0528 : wei-starter-lock jar 3.0-RELEASE

provided (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.2.7.RELEASE
org.projectlombok : lombok Необязательный jar 1.18.6

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.2.7.RELEASE
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.0-RELEASE
2.1.3
1.5.20