会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
NewOps
The best time to plant a tree was 10 years ago. The second best time is now.!
博客园
首页
新随笔
管理
2017年12月7日
Maven - 实例-2-使用本地仓库中的依赖包
摘要: Maven引入构建包的流程 执行mvn compile命令编译源代码,如果编译过程中需要用到其他的包, maven将会在pom.xml文件中查找是否引入该依赖包的坐标。 示例: <dependencies> <dependency> <groupId>junit</groupId> <artifac
阅读全文
posted @ 2017-12-07 22:55 Anliven
阅读(3073)
评论(0)
推荐(0)
编辑