随笔分类 -  Maven

摘要:1.什么是依赖范围? maven 项目不同的阶段引入到classpath中的依赖是不同的,例如,编译时,maven 会将与编译相关的依赖引入classpath中,测试时,maven会将测试相关的的依赖引入到classpath中,运行时,maven会将与运行相关的依赖引入classpath中,而依赖范 阅读全文
posted @ 2019-04-10 19:39 萌胖胖 阅读(430) 评论(0) 推荐(1)
摘要:https://help.aliyun.com/document_detail/102512.html?spm=a2c40.aliyun_maven_repo.0.0.3618305449xZaK 阅读全文
posted @ 2019-04-10 18:35 萌胖胖 阅读(1310) 评论(0) 推荐(0)