Skip to main content

· 22 mins read

Summary

Static compilation and optimization of Java applications before running based on GraalVM can significantly solve the long-criticized problems of long-term cold start and large memory usage of Java applications, and achieve cost reduction and efficiency increase! This article will introduce how to use Spring Cloud Alibaba 2022.0.0.0-RC1 version, and how to use GraalVM to statically compile and optimize Spring Cloud Alibaba applications.