converting multi war application to spring boot

2019-09-10 19:00发布

问题:

I have a multi war application running on Weblogic, with application.xml and all. rewriting the web.xml for the first war was easy enough (i pretty much did the same as answered in this question How to migrate from traditional java web application (with web.xml) to spring boot?), but when I moved on to the other wars i realized i want a different classLoader and spring application context for each war. is there any suggestions on how to approach this?