项目作者: stojsavljevic

项目描述 :
Multiple Spring Contexts Showcase
高级语言: Java
项目地址: git://github.com/stojsavljevic/multi-ctx.git
创建时间: 2016-10-11T09:58:07Z
项目社区:https://github.com/stojsavljevic/multi-ctx

开源协议:

下载


" class="reference-link">Multi Context Application build status

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:

  1. Using SpringApplicationBuilder
  2. Using AnnotationConfigServletWebServerApplicationContext
  3. Using ServletRegistrationBean

All of the samples have actuator turned on. Contexts and their beans can be checked using actuator’s /beans endpoint.