I have a multi-user application running on Weblogic with application.xml and that's it. rewriting web.xml for the first war was quite simple (I pretty much did the same thing that answered this question How to transfer from a traditional java web application (from web.xml) to spring boot? ), but when I switched to to other wars, I realized that for every war you need a different loader class and spring application context. are there any suggestions on how to approach this?
spring-boot web-applications war
Yosefki
source share