You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
=== /beans
|
|
|
|
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.
|
|
|
|
|
|
|
|
NOTE: Some beans are pure configuration (any class that is annotated `@Configuration`).
|
|
|
|
|
|
|
|
Example curl request:
|
|
|
|
include::{generated}/beans/curl-request.adoc[]
|
|
|
|
|
|
|
|
Example HTTP request: [small]##link:../beans[icon:external-link[role="silver"]]##
|
|
|
|
include::{generated}/beans/http-request.adoc[]
|
|
|
|
|
|
|
|
Example HTTP response:
|
|
|
|
include::{generated}/beans/http-response.adoc[]
|