方式一:
dependencies { compile("org.springframework:spring-core:4.3.28.RELEASE") { transitive = false } }
方式二:
configurations.all { //禁用Gradle中的所有传递依赖项 transitive = false }
望此文能够帮助到您!
欢迎分享,转载请注明来源:内存溢出
方式一:
dependencies { compile("org.springframework:spring-core:4.3.28.RELEASE") { transitive = false } }
方式二:
configurations.all { //禁用Gradle中的所有传递依赖项 transitive = false }
望此文能够帮助到您!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)