Spring Boot EAR Packaging

China☆狼群 提交于 2019-12-10 15:24:40

问题


Similar to this SO I'm trying to package several WAR modules into a single ear. I have been able to get each running individually as WARs and packaged as an EAR. My current issue is in dealing with a shared context. Essentially trying to separate RESTful API from WS but sharing the underlying service context.

Thus far the closest thing I can find close to this is Spring IO Blog; I'm hoping someone can point me in the direction of something a little more up-to-date as I'm having no luck.

There seem to be a number of ways to accomplish this via XML but haven't run across anything more shared context xml

来源:https://stackoverflow.com/questions/31667392/spring-boot-ear-packaging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!