Hi!
Is there a magick-tutorial that explains how can I deploy my SpringBoot application, which uses Primefaces, onto an AWS server with Elastic Beanstalk?
I've a newly created AWS account and I accomplished a SpringBoot-Elastic Beanstalk "hello world".
The issue is after uploading my more complex SpringBoot application with Elastic Beantalk, I see only blank pages
The very same application works smoothly on my local computer.
I've packed it into a war and uploaded with Elastic Beantalk like I've done with the "hello world" application.
The "hello world" works fine, the complex application does not.
Did I miss something?