Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hengyunabc/endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.
https://github.com/hengyunabc/endpoints-spring-boot-starter

endpoints spring spring-boot

Last synced: about 1 month ago
JSON representation

Show all spring boot endpoints mappings url.

Awesome Lists containing this project

README

        

## endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.

Search the latest version in the cnetral repository : [Search](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.hengyunabc%22%20AND%20a%3A%22endpoints-spring-boot-starter%22)

```xml

io.github.hengyunabc
endpoints-spring-boot-starter
$version

```

## spring boot 1

application.properties:

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

urls:

* http://localhost:8081/endpoints
* http://localhost:8081/endpoints/mappings

## spring boot 2

application.properties:

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

urls:

* http://localhost:8081/actuator/endpoints
* http://localhost:8081/actuator/endpoints/mappings