我基本上試圖做的,是建立一個具有多個ApplicationContexts的Webapp。這是SpringApplicationBuilder可以實現的。我面對的問題是,你必須在你的Spring-Boot應用程序中「硬編碼」所有ApplicationContexts(https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-spring-application.html#boot-features-fluent-builder-api)創建可配置的Spring ApplicationContext層次結構
我正在尋找一種方法來加載每個配置的子模塊的ApplicationContexts?我想包含和排除特定的Maven構建模塊。這可能嗎?這些模塊各自獨立,因爲我們使用的是域驅動方法。