关于Weblogic优先加载jar包的设置

<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app>
 <container-descriptor>
  <prefer-web-inf-classes>true</prefer-web-inf-classes>
 </container-descriptor>
</weblogic-web-app>

weblogic.xml 放到web-info下即可。

原文地址:https://www.cnblogs.com/liusongls/p/3755164.html