No video

Full-Stack Spring Boot with Angular CRUD API application with MYSQL on AWS | AWS EC2 | AWS S3 | RDS

  Рет қаралды 21,632

Techno Town Techie

Techno Town Techie

Күн бұрын

You will learn how to build and deploy spring Boot with Mysql CRUD API application on AWS
Spring Boot GitHub Link: github.com/sha...
Angular GitHub Link: github.com/sha...
Angular Playlist URL:
• Spring Boot + Angular
My Top Playlists:
Spring Boot with Angular : • Spring Boot + Angular
Spring Boot with Docker & Docker Compose : • Spring Boot Docker & D...
Spring Boot with Kubernetes : • Spring Boot Docker Kub...
Spring Boot with AWS : • Spring Boot + AWS
Spring Boot with Azure : • Spring Boot Azure
Spring Data with Redis : • Spring Data with Redis
Spring Boot with Apache Kafka : • Apache kafka
Spring Boot with Resilience4J : • SpringBoot Resilience4j

Пікірлер: 35
@tomicl2544
@tomicl2544 2 жыл бұрын
Rds 5:45 ec2 7:52 s3 for jar 16:20 angular
@sejaljain3953
@sejaljain3953 2 жыл бұрын
i'm getting problem @ 12:26 can you help me?
@dasilavanya7429
@dasilavanya7429 3 жыл бұрын
Very good explanation from end to end.keep posting videos bro...thank you
@vineethkumar7803
@vineethkumar7803 3 жыл бұрын
Short and easy steps. Thanks for the video.Hey update the java installation in EC2 instance at description.
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Thank you, I will
@ricardosarmiento7516
@ricardosarmiento7516 3 жыл бұрын
thanks bro you save my life
@sadaffatima853
@sadaffatima853 3 жыл бұрын
Thank you soooo muchh...your video helped me a lot...
@PavanKumar-yj8fu
@PavanKumar-yj8fu 3 жыл бұрын
Good explanation, thanks for the video
@RAJMUSHAM
@RAJMUSHAM 3 жыл бұрын
Thank you, clear explanation. I am new to aws could you please help how to learn cloud , from where I start
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Please go through the below URL. kzbin.info/www/bejne/f4WUiWdoeZZ-m6M
@maddelaparsharamulu1797
@maddelaparsharamulu1797 3 жыл бұрын
Nice Tutorial.
@maddelaparsharamulu1797
@maddelaparsharamulu1797 3 жыл бұрын
please make a video on deploy the spring boot with MySQL with Angular into Google Cloud platform
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Sure, I'll do it.
@karlsamaha907
@karlsamaha907 3 жыл бұрын
Great explanation thank you but I want to know how to turn the java jar in ec2 for ever without writing the command always thank you
@adesojialu1051
@adesojialu1051 7 ай бұрын
Thanks, is this a devops approach?
@naresh1kumar12
@naresh1kumar12 3 жыл бұрын
Very Nice explanations and can you please provide ur suggestion.. How to implement this SES While clicking delete and submit acton. how send email with AWS SES. can you please provide ur suggestion
@KB-fk3qm
@KB-fk3qm Жыл бұрын
does connecting public ec2 with private rds also done in the same way mentioned in the vedio? or is there any other way
@aboobakersidhick5129
@aboobakersidhick5129 3 жыл бұрын
hi on my case -ec2-34-243-1.....eu-west-1.compute.amazonaws.com/ on browser says connection refused,i have added security groups and inbound outbound rools for http,all traffic,etc.So what will be the issue(mean while i can able to connect via putty)
@swapnildhande6019
@swapnildhande6019 Жыл бұрын
showing error in springboot code while builing jar file "class lombok.javac.apt.LombokProcessor (in unnamed module @0x2dd8ff1d) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x2dd8ff1d"
@sejaljain3953
@sejaljain3953 2 жыл бұрын
you have the ppt for it??? can you share that please
@carloseduardotorre6819
@carloseduardotorre6819 3 жыл бұрын
Thank you
@ashutoshdwivedi9305
@ashutoshdwivedi9305 3 жыл бұрын
Thanks for video But There is one issue, when you exit the terminal running spring boot application then we lose the api calls . Any way to keep it running forever without us doing it manually using terminal?
@user-kh9xs5lq9p
@user-kh9xs5lq9p 8 ай бұрын
Hi, I also notice this issue? Did you solve it? If so, could you please kindly share the idea with me? Thank you!
@alanaadministrator2822
@alanaadministrator2822 3 жыл бұрын
Thanks! it was really useful for me as a beginner. I am able to start the spring boot app in ec2 and the endpoint works, But I am getting below errors. Can you pls help me on that. 1. Unable to connect to java endpoint from angular - it throws 403 error. 2. Should I start the spring boot app often? Is there any way to keep it running always, so that the enduser doesn't face issues with the application.
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Spring boot application should be in running status in EC2 instance while you connect the end point of spring boot application from angular application.
@alanaadministrator2822
@alanaadministrator2822 3 жыл бұрын
@@technotowntechie9732 Thank you. I got my issue resolved. I was not pulling the latest jar file. After pulling the latest JAR and starting the application - it works good.
@piyushgupta9125
@piyushgupta9125 3 жыл бұрын
What about the CORS preflight request anyway to minimize that?
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Sorry, I don't have idea about CORS preflight request.
@sujithg5873
@sujithg5873 3 жыл бұрын
Bro do u have any idea about Db lock? How we lock tabe in springboot?(something like bookmy show)
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
You can do it by enabling transaction locks in Spring Data JPA. www.baeldung.com/java-jpa-transaction-locks
@ranganathdevangm2771
@ranganathdevangm2771 3 жыл бұрын
can you tell me how you created jar because i am getting mysql connection exception
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
I have executed the following command. mvn clean install Can you send me a copy of the error stack?
@ranganathdevangm2771
@ranganathdevangm2771 3 жыл бұрын
@@technotowntechie9732 thanks brother for your reply and I followed other method
@rishabhjoshi3092
@rishabhjoshi3092 3 жыл бұрын
hi can u tell is aws free to deploy our application ? pls tell
@technotowntechie9732
@technotowntechie9732 3 жыл бұрын
Hi Rishabh, Different types of free offers are available depending on the product used. Please go through the below AWS free tier details. aws.amazon.com/free/?nc2=h_ql_pr_ft&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 34 МЛН
UNO!
00:18
БРУНО
Рет қаралды 4,8 МЛН
الذرة أنقذت حياتي🌽😱
00:27
Cool Tool SHORTS Arabic
Рет қаралды 7 МЛН
Revolutionary Uses for Leftover Styrofoam
00:19
Делай сам
Рет қаралды 6 МЛН
🚀 Deploy Spring boot application to AWS Cloud 🚀
31:32
Bouali Ali
Рет қаралды 32 М.
Deploy A Fullstack REACT APP on AWS EC2
23:53
Koding 101
Рет қаралды 54 М.
Deploy Spring Boot Application To AWS
10:32
CloudTech
Рет қаралды 10 М.
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 34 МЛН