HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤩
개발
/
Spring Projects
Spring Projects
/
Spring Native

Spring Native

[ Spring Boot Docs ] GrallVM Native Image Support
notion image
  • 원래의 Spring Boot를 배포하기 위해서는 JVM이 있어야 하지만, Spring Native를 이용하면 exe 파일이 나오게 되어서 바로 실행이 가능함

장점

notion image
  • 당연히 Silver Bullet은 아니다

사용 시나리오

notion image

Spring Boot 2 → Spring Native

notion image

Spring Boot Initializer 에서 사용

GraalVM Native Build를 dependency에 추가해서 Spring Boot 만들면 됨