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: