endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.hengyunabc
ArtifactId

ArtifactId

endpoints-spring-boot-starter
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download endpoints-spring-boot-starter

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.hengyunabc : endpoints-spring-boot-autoconfigure1 jar 0.0.1
io.github.hengyunabc : endpoints-spring-boot-autoconfigure2 jar 0.0.1

Project Modules

There are no modules declared in this project.

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:

Versions

Version
0.0.1