我用这个文档添加了依赖项和插件-https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/我也试过- mvn clean install 但我一直都有个错误-谢谢你的帮助。
mvn clean install
svmlkihl1#
您必须添加此存储库。因为 spring-aot-maven-plugin 此存储库中可用的插件 https://repo.spring.io/release ```
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.experimentalspring-aot-maven-plugin0.9.2
而且效果很好。。
kcwpcxri2#
是否尝试将版本更改为0.9.2?
2条答案
按热度按时间svmlkihl1#
您必须添加此存储库。因为
spring-aot-maven-plugin
此存储库中可用的插件https://repo.spring.io/release
```org.springframework.experimental
spring-aot-maven-plugin
0.9.2
kcwpcxri2#
是否尝试将版本更改为0.9.2?