I build web apps professionally with Spring Boot & Angular. For some pet projects however, I would like to avoid the (costly) hassle of the DevOps & hosting of such projects.
I know some JavaFX and have taken interest in native images. I tried for some evenings now to setup a [Spring Boot + JavaFX + GraalVM] project, but building it is hard and have yet to successfully run the project as native image.
Googling shows that I might be attempting something a bit too experimental? Is there an alternative I'm not aware of that could allow me to build such a project as a native image? Ideally I would like to keep Spring Boot, JavaFX is not required.
Resources on how to achieve the aforementioned pipeline would be best, but a redirection to a proper way of doing such things would also be good.