洛维奇


2016年5月5日 #

maven 搜索不到想从本地仓库依赖的jar包--重建本地maven仓库索引

摘要: 问题:有时候本地仓库有相关的jar包,但是在pom.xml中利用工具搜索不到菜单栏设置显示Maven Respositorise视图:Windows--Show View--Other.. (对话框)Maven--Maven Respositorise 视图出现 选择Local Respositor 阅读全文

posted @ 2016-05-05 17:42 洛维奇 阅读(3893) 评论(0) 推荐(0)

使用maven引入Apache poi jar包

摘要: maven构建的项目-->pom.xml文件 eclipse提供Dependencies直接添加依赖jar包的工具:直接搜索poi以及poi-ooxml即可,maven会自动依赖需要的jar包: 或者手动修改pom.xml,在添加jar包依赖的地方加入 阅读全文

posted @ 2016-05-05 17:27 洛维奇 阅读(48406) 评论(0) 推荐(1)

导航