Java tutorial: Deploying a Spring Boot application with MySQL on AWS Elastic Beanstalk

preview_player
Показать описание

Learn how to:
* Create a separate configuration for Spring Boot in production
* Setup MySQL and configure it through environment variables
* Create a production build of a Vaadin app
* Create a new Elastic Beanstalk application on AWS
* Deploy a Spring Boot JAR application on EB

Рекомендации по теме
Комментарии
Автор

This video was exactly what I needed from JAR to AWS (including database). Thanks!

bryanstrader
Автор

How can we show a CRUD action performed by the application deployed on beanstalk is stored in the database?

josephmart
Автор

Where can I find the code to this vide? The link referenced here does not show mysql code and beanstalk.

traindeluxe
Автор

Amazing video, content and explanation! Cheers brother!

alejopereira
Автор

Excellent series, I've learned extra skills along the way. Thank you!

MrMeMyselfMe
Автор

Thank you, very cool and straight forward, just successfully deployed my project on aws :) Do you have any step-by-step video where you explain how to store sensitive data (database password, username) in environment variables just like you did it in the video?

MrBadsectorr
Автор

@
vaadinofficial After deploying to AWS the PWA does not work. Can you give a solution, how this can be resolved.

mkb
Автор

I have deployed the jar file of a SpringBoot application with MYSQL in aws .The deployment is successful but I am not able to access the endpoint url. Its giving 404 error.Can you please help ?

debasmitasarkar
Автор

how to deploy the application on Wildfly server..

amitgrover
Автор

Didn't work. Still 502 badgateway

АлександърЦветанов-со
Автор

do you have any tutorials on how to add edit delete that uses mysql/postgreSQL, I can't seem to find one

Detlaff
Автор

Is there any chance to explain or make video about sessions replication in AWS ELB behind load balancer with tomcat and Vaadin application? Just to be sure about Vaadin session and Http session handling on instances scale up and down.

kolle
Автор

very good video, but unfortunately I see, 502 bad gateway, any idea. I have followed you 100%m I am using spring boot 2.3.0 snapshot version

topjalinc
Автор

thanks, how do i check database thats configured on aws ?

sunilbansal
Автор

Does your framework support creating web application in other languages like Arabic

kamaleldindaar
Автор

hi! i have a doubt, when passing environment variables, we get extra cost charge in AWS?

RRc
Автор

is there a posibility that you can add a tutorial about customizing our apps, to be honest this is what I most suffer while working with Vaadin. I need a 'customizing for dummies' level tutorial

jrrobles
Автор

Thank you very much for wonderful video.
please help
Elastic Beanstalk deploy working on postman and not on browser

husseinali
Автор

CustomRequestCache is not working
cannot be converted to

omarturko
Автор

Thank you! Really useful video. For me will be interesting how dynamically build difficult routes. Like: '/user/client/:id', '/usergroup/:id/user/:id'. Or how right create custom components and reuse them.

panpan