admin管理员组文章数量:1278984
There is support for Graalvm 23 in Spring Boot? I see that in the current release 3.4.3 is supported Graalvm 22.3 (.html)
I want use the option --emit to generate build reports and this was released in Graalvm 23 /
<plugin>
<groupId>.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<debug>true</debug>
<verbose>true</verbose>
<buildArgs>
<buildArg>-Os</buildArg>
<buildArg>--emit build-report</buildArg>
</buildArgs>
</configuration>
</plugin>
Someone know how use this option on the current versions of Spring Boot?
本文标签: Support Spring Boot for Graalvm 23Stack Overflow
版权声明:本文标题:Support Spring Boot for Graalvm 23 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741265872a2368452.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论