org.springframework.experimental:spring-aot-maven-plugin:jar:0.9.2 was 找不到

qgelzfjb  于 2021-07-14  发布在  Java
关注(0)|答案(2)|浏览(450)

我用这个文档添加了依赖项和插件-https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/
我也试过- mvn clean install 但我一直都有个错误-

谢谢你的帮助。

svmlkihl

svmlkihl1#

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

    <repository>
        <id>snapshots</id>
        <name>Local Nexus</name>
        <url>https://repo.spring.io/release</url>
    </repository>
</repositories>
我在上述存储库中尝试了此插件:

org.springframework.experimental
spring-aot-maven-plugin
0.9.2

而且效果很好。。
kcwpcxri

kcwpcxri2#

是否尝试将版本更改为0.9.2?

相关问题