文章目录
1、jar包放到项目中
1、在项目个目录下创建libs文件夹,放入jar包
2、打开File —> Project Structure
3、点击Libraries,点击“+”,选择Java
4、选择jar包,点击OK
5、修改pom文件
<dependency><groupId>com.aspose</groupId><artifactId>aspose-cells</artifactId><scope>system</scope><systemPath>${project.basedir}/libs/aspose-cells-18.6.jar</systemPath><version>1.0.0</version></dependency><plugins><plugin><configuration><fork>true</fork><includeSystemScope>true</includeSystemScope></configuration></plugin></plugins>
版权归原作者 淮北枳丶 所有, 如有侵权,请联系我们删除。