This project is showcase of my blog post: Spring Boot And Context Handling.
Sample applications use Spring Boot and handle multiple contexts inside one application. Contexts are handled in different ways:
- Using SpringApplicationBuilder
- Using AnnotationConfigServletWebServerApplicationContext
- Using ServletRegistrationBean
All of the samples have actuator turned on. Contexts and their beans can be checked using actuator's /beans endpoint.