Migrating Spring Boot apps to GraalVM by Alina Yurenko, Daniel Garnier-Moiroux

Migrating Spring Boot apps to GraalVM by Alina Yurenko, Daniel Garnier-Moiroux

3.501 Lượt nghe
Migrating Spring Boot apps to GraalVM by Alina Yurenko, Daniel Garnier-Moiroux
Spring Boot in Native Images are all the rage now: faster startup, stable performance and optimized resource usage, what's not to like? While it is super easy to integrate in a brand new, greenfield application, there are a few things you need to know to migrate older, already existing apps.While the Spring Ahead-Of-Time compilation process can infer a lot about an application, it is not enough. There are general patterns to follow, and common pitfalls that can be avoided.In this live demo, you will learn practical recipes for migrating an existing JVM-based Spring Boot application to Native Image, tips for improving your workflows, and how to measure the improvements Spring Native brings.