Literate1
(Literate Aspects)
April 28, 2017, 10:36pm
1
Hello, the following tutorial shares how to create a Spring Boot Vaadin web app with a resulting JAR in localhost.
The app successfully runs http://localhost:8080/
I want to deploy the development version to test on AWS.
Question: Does a Spring Boot app deploy as a JAR file to a web application server like AWS Elastic Beanstalk?
Anyone have any experience with this?
I found the following and shall try:
https://aws.amazon.com/blogs/devops/deploying-a-spring-boot-application-on-aws-using-aws-elastic-beanstalk/
Any suggestions greatly appreciated.
The example you found does use a .jar (looking at the screen shots)
Azure understands Spring Boot jars, I would expect AWS to do so as well.
Literate1
(Literate Aspects)
May 7, 2017, 9:17pm
3
Thank you! Had to put that one on the back burner. Right now, focused on a SINGULAR best practice for data binding to form fields. Have three Vaadin books and am downloading all the examples I can find to accomplish data bindings, layout and key navigations.