2015-07-02 01:36:21 +08:00
|
|
|
=== /beans
|
2015-07-06 11:06:44 +08:00
|
|
|
This endpoint is a report on the Spring Boot `ApplicationContext`. It lists the beans in
|
|
|
|
the context and their dependencies, detailing the names and concrete classes of each bean.
|
2015-07-02 01:36:21 +08:00
|
|
|
|
2015-07-06 11:06:44 +08:00
|
|
|
NOTE: some beans are pure configuration (any class that is annotated `@Configuration`).
|
2015-07-02 01:36:21 +08:00
|
|
|
|
|
|
|
Example curl request:
|
|
|
|
include::{generated}/beans/curl-request.adoc[]
|
|
|
|
|
|
|
|
Example HTTP request:
|
|
|
|
include::{generated}/beans/http-request.adoc[]
|
|
|
|
|
|
|
|
Example HTTP response:
|
|
|
|
include::{generated}/beans/http-response.adoc[]
|