maven 依赖范围与classpath的关系

依赖范围与classpath的关系

依赖范围 对于编译classpath有效 对于编译classpath有效 对于编译classpath有效 例子
compile Y Y Y spring-core
test N Y N JUnit
provided Y Y N servlet-api
runtime N Y Y JDBC驱动实现
system Y Y N 本地的,maven仓库外的
发布了233 篇原创文章 · 获赞 1 · 访问量 9190

猜你喜欢

转载自blog.csdn.net/qq_37769323/article/details/104242845