webjar 获取错误
webjar GET error
我正在尝试将 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)
非常欢迎任何建议或想法。
该版本不存在该文件:
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
我正在尝试将 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)
非常欢迎任何建议或想法。
该版本不存在该文件: 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