endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.

Лицензия

Лицензия

Категории

Категории

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

Группа

io.github.hengyunabc
Идентификатор

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

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

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

endpoints-spring-boot-starter
Show all spring boot endpoints mappings url.

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

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.hengyunabc : endpoints-spring-boot-autoconfigure1 jar 0.0.1
io.github.hengyunabc : endpoints-spring-boot-autoconfigure2 jar 0.0.1

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

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

endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.

Search the latest version in the cnetral repository : Search

<dependency>
    <groupId>io.github.hengyunabc</groupId>
    <artifactId>endpoints-spring-boot-starter</artifactId>
    <version>$version</version>
</dependency>

spring boot 1

application.properties:

management.port=8081
management.security.enabled=false

urls:

spring boot 2

application.properties:

management.server.port=8081
management.endpoints.web.exposure.include=*

urls:

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

Версия
0.0.1