麻烦帮我看下SSH整合遇到的问题

图片说明
最近公司要用SSH注解开发 我做了个小demo但是导入Easy UI的时候出现这个错误

看样子是你代码里的EasyUI的引入路径写错了。可以把代码贴出来看下。

<link rel="stylesheet" type="text/css" href="/EasyUI/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="/EasyUI/themes/icon.css">
<script type="text/javascript" src="/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/EasyUI/jquery.easyui.min.js"></script>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->  这是引入的路径 看下 

你的src里用的是根路径下的绝对路径,肯定错了,你把src里的第一个斜杠去掉,跟styles.css一样试试。