This sample application(s) uses Spring Boot and handles multiple contexts inside one application. Samples handle contexts in different ways:
- Using SpringApplicationBuilder
- Using AnnotationConfigEmbeddedWebApplicationContext
- Using ServletRegistrationBean
All of the samples have actuator turned on. Contexts and their beans can be checked using actuator's /beans endpoint.