У нас вы можете посмотреть бесплатно I tried Spring Native for GraalVM and I like it! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Spring Native project provides support for compiling Spring applications to native executables using GraalVM native-image. It recently got to the beta status and can be enabled from start.spring.io. In this video I try it on a small Spring microservice to see how it works, how fast the resulting binaries start, and how small can I make the docker image with a Spring application. Runtime stats: startup time - 45ms docker image size - 19.9M GraalVM - https://www.graalvm.org/ Spring Native - https://github.com/spring-projects-ex... Chapters: 0:00 - Introduction 0:29 - Spring Native 0.9 released 0:49 - Using start.spring.io for adding Spring Native 1:34 - Importing the generated project to the IDE 3:15 - Explaining business logic of the sample application 4:20 - Configuring Native Image maven plugin 5:59 - Configuring Spring AOT maven plugin 7:16 - Packaging the application as a native executable 7:54 - Preparing the Dockerfile 9:46 - Checking the ridiculously fast startup of the Spring application (50ms) 10:54 - Using upx to compress the executable 12:52 - Building the Docker image 13:30 - Running Spring application as GraalVM native image in a from scratch Docker container