hello-spring-boot-starter

测试自定义 spring boot starter,并发布到 maven 中央库

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

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

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

hello-spring-boot-starter
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

hello-spring-boot-starter
测试自定义 spring boot starter,并发布到 maven 中央库
Ссылка на сайт

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

https://github.com/xkcoding/hello-spring-boot-starter
Система контроля версий

Система контроля версий

https://github.com/xkcoding/hello-spring-boot-starter

Скачать hello-spring-boot-starter

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

<!-- https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/ -->
<dependency>
    <groupId>com.xkcoding</groupId>
    <artifactId>hello-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/
implementation 'com.xkcoding:hello-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.xkcoding/hello-spring-boot-starter/
implementation ("com.xkcoding:hello-spring-boot-starter:1.0.1")
'com.xkcoding:hello-spring-boot-starter:jar:1.0.1'
<dependency org="com.xkcoding" name="hello-spring-boot-starter" rev="1.0.1">
  <artifact name="hello-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding', module='hello-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.xkcoding" % "hello-spring-boot-starter" % "1.0.1"
[com.xkcoding/hello-spring-boot-starter "1.0.1"]

Зависимости

compile (3)

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

test (1)

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

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

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

测试自定义 spring boot starter,并发布到 maven 中央库

Maven Central

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

Версия
1.0.1
1.0.0