Skip to content

Latest commit

 

History

History

web-springboot3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2022年11月25日,Spring Boot 3.0 正式发布

主要特性

  • Java 17 baseline 和 Java 19 支持
  • 支持 GraalVM native images,取代实验性的 Spring Native 项目
  • 支持具有 EE 9 baseline 的 Jakarta EE 10
  • Spring Boot 需要 Graal 22.3 或更高版本和 Native Build Tools Plugin 0.9.17 或更高版本

参考资料

构建

非Docker方式,使用本机 GraalVM 构建 native-image

# profile native 使用了 pluginManagement,不会直接显示native插件,暂时只能通过命令调用
mvn -Pnative native:compile -DskipTests