我正在使用angularjs开发Java中的webapp。我的问题是我在app.js和app.css文件上获得了404。
index.html的路径
webapp/WEB-INF/app/pages/index.html
app.js的路径
webapp/WEB-INF/app/js/app.js
app.css的路径
webapp/WEB-INF/app/css/app.css
在html中连接css和脚本:
<link rel="stylesheet" type="text/css" href="/css/app.css" media="all" />
<script type="text/javascript" src="/js/app.js"></script>
什么应该是正确的道路?
答案 0 :(得分:0)
我已经解决了这个问题。我正在使用lineman和lineman在&#34;生成&#34;中创建真正的index.html。文件夹中。