Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hengyunabc/endpoints-spring-boot-starter
- Owner: hengyunabc
- Created: 2018-05-22T11:29:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T08:59:55.000Z (over 6 years ago)
- Last Synced: 2024-10-01T06:22:48.034Z (about 2 months ago)
- Topics: endpoints, spring, spring-boot
- Language: Java
- Size: 68.4 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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