I am trying to deploy Springboot application on weblogic server through jdeveloper 12c and getting below error in parsing the main application class:
java.lang.ClassCastException: org.springframework.context.annotation.ScopedProxyMode cannot be cast to org.springframework.context.annotation.ScopedProxyMode
Kindly help me for the configuration needed in springboot application dpeloyment on weblogic server.