Skip to content

hengyunabc/endpoints-spring-boot-starter

Repository files navigation

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:

About

Show all spring boot endpoints mappings url.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published