我想问一下如何将 jQuery 库正确添加到 Spring MVC 项目中。在src/webapp
目录中我有resources
文件夹。我已经创建了内部js
目录。然后我粘贴了下载的 jQuery 库。但是 Eclipse 发现了一些错误,现在我无法运行我的项目。那么在 Spring MVC 项目中添加和正确使用 jQuery 库的方法是什么?也许使用 Maven 添加一些依赖项POM.xml
?
我已经创建了这个问题How to include the jQuery library in a Spring-MVC Eclipse project但它没有解决我的问题。