【问题标题】:org.springframework.experimental:spring-aot-maven-plugin:jar:0.9.2 was not foundorg.springframework.experimental:spring-aot-maven-plugin:jar:0.9.2 没有找到
【发布时间】:2021-07-15 08:44:31
【问题描述】:

我使用此文档添加了依赖项和插件- https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/

我也试过- mvn clean install .但我不断收到这个错误-

感谢您的帮助。

【问题讨论】:

    标签: java spring spring-boot maven intellij-idea


    【解决方案1】:

    你尝试将版本更改为 0.9.2 吗?

    【讨论】:

      【解决方案2】:

      您必须添加此存储库。因为 spring-aot-maven-plugin 插件在此存储库中可用 https://repo.spring.io/release

      <repositories>
              
              <repository>
                  <id>snapshots</id>
                  <name>Local Nexus</name>
                  <url>https://repo.spring.io/release</url>
              </repository>
          </repositories>
      

      我已经在上面的存储库中尝试过这个插件:

      <groupId>org.springframework.experimental</groupId>
                  <artifactId>spring-aot-maven-plugin</artifactId>
                  <version>0.9.2</version>
      

      它工作正常..

      【讨论】:

        猜你喜欢
        • 2014-06-10
        • 1970-01-01
        • 2016-04-25
        • 2021-11-14
        • 1970-01-01
        • 2012-11-18
        • 2012-11-07
        • 1970-01-01
        • 2017-10-12
        相关资源
        最近更新 更多