我想在我的网络应用中加入graceful-fs webjar。我在pom.xml文件中包含以下内容:
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>graceful-fs</artifactId>
<version>2.0.3</version>
</dependency>
和这一行
<script src="/webjars/graceful-fs/2.0.3/fs.js"></script>
在我的index.html文件中。
我一直收到以下错误:
GET http://localhost:8080/webjars/graceful-fs/2.0.3/fs.js 404 (Not Found)
非常欢迎任何建议或想法。
答案 0 :(得分:2)
该版本不存在该文件: http://www.webjars.org/listfiles/org.webjars.npm/graceful-fs/2.0.3
尝试:http://localhost:8080/webjars/graceful-fs/2.0.3/graceful-fs.js