我有一个Spring Boot应用程序,它使用角度和百里香。该项目的结构使得html文件与角度javascript文件一起存储。我的问题是没有提供javascript文件(获得404)。我知道spring boot文件夹中的spring boot服务器js和css文件如何配置它来查找这些文件?
文件夹结构
resources
----static
----templates
--------view
index.html
app.js
---------account
accountPage.html
accountCtrl.js
的index.html
如何使用此文件结构从index.html加载app.js文件?