English 中文(简体)
• 如何用普伦布特3.x在没有Oracle Graalvm和没有矿石许可证的情况下培养本地形象
原标题:How to build native image with Spring Boot 3.x without Oracle Graalvm, and without oracle license

如你所知,Oracle改变了许可证政策,使该法案对大型公司非常具有攻击性。

我们可以将免费的JDK用于 j瓦的汇编和操作时间,但是,与Punt Boot3一道建设本土迫害者。

afaik, buildpack use the oracle graalvm compiler, that is under oracle license. Quarkus has alternative with mandrel.

Spring Boot小组是否正在提出一些建议,以避免矿石许可证的发放?

我先读到SB文件,但没有提到这一点。

问题回答

甲骨质素对发展和生产都是免费的。

我们正在引入新的分配——Oracle GraalVM。 可在JDK 17和JDK 20上查阅,并在格洛尔卡自由条款和条件许可下发放(也见FAQ)。 这意味着,你可以免费使用所有最大的低温和测验功能,无论是用于发展和生产。

https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5”rel=“nofollow noreferer”>https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5





相关问题
WAF FILE could not EXPORT due to no WEB PROJECT option found

I was trying to create a war file on spring tool suite 4 (windows version). But as I was about to export the it to the local file system, I couldn t find the web project (wiseai-console) option of the ...

Combine multiple cb.literal() into 1 Expression

I am working on a Spring Boot project that uses PostgreSQL. I want to create a advanced search feature where user can search through the jsonb column that I have in many of my tables. Somewhere in my ...

Error using criteriaBuilder.max() for LocalDate

I am trying to get max date using criteria builder in a subquery. But I am getting this error Required type: Expression Provided: Expression Subquery<LocalDate> subRoot = criteriaQuery....

热门标签