我开发了一个带弹簧靴的服务器。它还有一个HTML和一个JS文件。 在将项目打包到WAR文件并运行它之后,我得到了HTML无法接近JS文件的错误。
java.io.FileNotFoundException: Jar URL cannot be resolved to absolute file path because it does not reside in the file system: war:file:/C:/Users/USER/Documents/workspace-sts-3.8.4.RELEASE/blabla/target/blabla-0.0.1-SNAPSHOT.war*/storeFiles/app.js
我该如何解决?