开发者

spring webapp library jars at ear level

开发者 https://www.devze.com 2023-03-12 12:16 出处:网络
My question is If I have multiple spring web applications in EAR. Then can I place all spring and related jar files at ear level so that

My question is

If I have multiple spring web applications in EAR. Then can I place all spring and related jar files at ear level so that I don't need to duplicate them by placing them in WEB-INF/lib folder.

I tried to find out the answer but couldn't find matching to my case开发者_StackOverflow社区. Experts please tell me what are the pros and cons of this structure, issue that might occur with class loading etc. Or tell me if I am completely wrong about my question.

0

精彩评论

暂无评论...
验证码 换一张
取 消