endpoints-spring-boot-autoconfigure2

Show all spring boot endpoints mappings url.

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

io.github.hengyunabc
ArtifactId

ArtifactId

endpoints-spring-boot-autoconfigure2
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download endpoints-spring-boot-autoconfigure2

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.3.RELEASE

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator Optional jar 2.0.3.RELEASE
org.springframework.boot : spring-boot-starter-web Optional jar 2.0.3.RELEASE

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