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

Поділитися
Вставка
  • Опубліковано 9 жов 2024
  • 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.

КОМЕНТАРІ • 1

  • @tobyzieglerrr
    @tobyzieglerrr 8 годин тому +2

    I'll just use Go and do not care about any of this. Seriously who wants to deal with all of this?