# Spring Native - Beta 런칭

> Clean Markdown view of GeekNews topic #3878. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3878](https://news.hada.io/topic?id=3878)
- GeekNews Markdown: [https://news.hada.io/topic/3878.md](https://news.hada.io/topic/3878.md)
- Type: news
- Author: [hw0knam](https://news.hada.io/@hw0knam)
- Published: 2021-03-12T19:30:20+09:00
- Updated: 2021-03-12T19:30:20+09:00
- Original source: [spring.io](https://spring.io/blog/2021/03/11/announcing-spring-native-beta)
- Points: 12
- Comments: 1

## Topic Body

- JVM 없이 단독으로 실행이 가능한 Spring

ㅤ→ 즉각적인 실행, 최고 성능

ㅤ→ 낮은 메모리 소비

ㅤ→ Spring Cloud Function을 통한 Serverless

## Comments



### Comment 4631

- Author: xguru
- Created: 2021-03-14T10:29:07+09:00
- Points: 2

- GraalVM 으로 Native Image로 컴파일

ㅤ→ Substrate VM 이라고 부르는 작은 런타임 기반 (JDK에서 필요한 부분만 가져다 정적 링킹)

ㅤ→ Java 와 Kotlin 지원

- VMware Tanzu 같은 쿠버네티스 플랫폼과 잘 어울림
