废话不多说,直接看代码,一眼就懂
<dependency> <groupId>org.webjars.bower</groupId> <artifactId>extjs</artifactId> <version>5.0</version> <scope>system</scope> <!--本地jar的路径,相对或者绝对都可以--> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/extjs-5.0.jar</systemPath> </dependency>
时间: 2024-10-21 08:37:29