aws-containers / retail-store-sample-app

Sample application for demonstrating container platforms and related technology
MIT No Attribution
257 stars 292 forks source link

Publish Java native images #112

Open niallthomson opened 1 year ago

niallthomson commented 1 year ago

With the migration to Spring Boot 3 its possible to take advantage of the improved native image story which provides better application startup time.

https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html

We should publish a set of parallel images that uses a native executable to provide a way to experiment with this developing method for building Java applications.

This will require several threads of work:

cybergeek9982 commented 3 months ago

I can contribute on this @niallthomson