Converting a multi-user application to spring

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?

0
spring-boot web-applications war
source share

No one has answered this question yet.

See similar questions:

7
How to switch from a traditional java web application (with web.xml) to spring loading?

or similar:

708
How to configure port for Spring Boot application
27
Spring Download: how to add another WAR file to the built-in tomcat?
12
Changing the default welcome page for a spring-boot application deployed as a war
6
Integration Testing a Multiuser Application in Spring Download
4
Spring Boot JNDI resource-ref
2
WAR generator
one
Can Spring Boot + Gradle generate a military file compatible with Servlet 2.4?
one
Migrating Struts to Spring MVC - Through Spring Boot
0
Spring boot - unable to use web.xml with WAR deployment
0
War Dependent Spring Boot

All Articles