zoukankan      html  css  js  c++  java
  • 依赖唯一,出现了多个。groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-thymeleaf:jar -> duplicate declaration of version

    dependencies.dependency的要求依赖是唯一,被配置多个相同,去掉一个依赖即可
    Some problems were encountered while building the effective model for com.ibaiqi.gov:springboot-shiro:jar:0.0.1-SNAPSHOT
    //当构建有效的模块时,遇到一些问题
    'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
    org.springframework.boot:spring-boot-starter-thymeleaf:jar -> duplicate declaration of version (?) @ line 26, column 21
    //依赖必须是唯一,而实际是出现多个
    It is highly recommended to fix these problems because they threaten the stability of your build. For this reason, future Maven versions might no longer support building such malformed projects.
    做产品的程序,才是好的程序员!
  • 相关阅读:
    Linux问题汇总
    Linux问题汇总
    朴素贝叶斯分类器
    捕捉异常信息
    异常处理类
    sqlserver2008链接服务器的使用和oracle11g客户端修改字符集
    抛出异常
    添加水印
    验证码
    sqlserver数据库备份
  • 原文地址:https://www.cnblogs.com/asplover/p/13395574.html
Copyright © 2011-2022 走看看