我在pom.xml中写了jqgrid
<!-- https://mvnrepository.com/artifact/org.webjars/jqgrid -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jqgrid</artifactId>
<version>4.7.0</version>
</dependency>
然后是JSP
<link rel="stylesheet" type="text/css" media="screen" href="/jqgrid/4.7.0/css/ui.jqgrid.css" />
我是这样写的,但是控制台找不到它。
感谢您的帮助。