Unable to deploy the Springboot Webapplication in Oracle Weblogic server 12c/14c.
Hi,
When I try to deploy my springboot web application in Oracle WebLogic server, The request is reaching to custom filter but not getting forwarded to controller class when deployed in WebLogic server. But the same is working fine when deployed in tomcat server. Kindly suggest a way forward.