简体   繁体   English

在WEB-INF / lib文件夹中添加jar文件

[英]Adding jar files in the WEB-INF/lib folder

I am using spring MVC validation for my login form in eclipse. 我在Eclipse中将Spring MVC验证用于我的登录表单。

Here i want to add my jar files (Hibernate-validator,javax.validator etc..) into the lib folder in the WEB CONTENT .But if every time i add it will get into Javascript Resources . 在这里我想将我的jar文件(Hibernate-validator,javax.validator等)添加到WEB CONTENTlib文件夹中。但是,如果每次添加,它将进入Javascript Resources

I do found these question in forum but still cant get the right answer.Can any suggest me want i have to do. 我确实在论坛中找到了这些问题,但仍然无法获得正确的答案。

Check if any copy of it is actually physically being copied to your javascript resoures at runtime. 检查运行时是否实际将其任何副本复制到您的javascript资源。 If so there might be some setup which is doing so, otherwise there is no possibility of your jar files being copied to your javascript resources. 如果是这样,则可能有一些设置正在执行,否则,您的jar文件将不可能复制到您的javascript资源中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM