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

Поделиться
HTML-код
  • Опубликовано: 10 окт 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.

Комментарии • 2

  • @RickDkkrd
    @RickDkkrd День назад

    A very useful guide, thanks.It's great to see that the lib support and the tooling for the migration are getting better that fast.

  • @tobyzieglerrr
    @tobyzieglerrr День назад +3

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