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

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 35

  • @tomicl2544
    @tomicl2544 2 года назад +4

    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?

  • @vineethkumar7803
    @vineethkumar7803 3 года назад

    Short and easy steps. Thanks for the video.Hey update the java installation in EC2 instance at description.

  • @maddelaparsharamulu1797
    @maddelaparsharamulu1797 3 года назад +1

    please make a video on deploy the spring boot with MySQL with Angular into Google Cloud platform

  • @dasilavanya7429
    @dasilavanya7429 3 года назад

    Very good explanation from end to end.keep posting videos bro...thank you

  • @RAJMUSHAM
    @RAJMUSHAM 3 года назад +1

    Thank you, clear explanation. I am new to aws could you please help how to learn cloud , from where I start

    • @technotowntechie9732
      @technotowntechie9732  3 года назад +1

      Please go through the below URL.
      ruclips.net/video/IT1X42D1KeA/видео.html

  • @adesojialu1051
    @adesojialu1051 10 месяцев назад

    Thanks, is this a devops approach?

  • @karlsamaha907
    @karlsamaha907 4 года назад

    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

  • @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

  • @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

  • @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)

  • @alanaadministrator2822
    @alanaadministrator2822 4 года назад +1

    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  4 года назад

      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 4 года назад

      @@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.

  • @ashutoshdwivedi9305
    @ashutoshdwivedi9305 3 года назад +1

    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?

    • @CanWang-e6o
      @CanWang-e6o 11 месяцев назад

      Hi, I also notice this issue? Did you solve it? If so, could you please kindly share the idea with me? Thank you!

  • @swapnildhande6019
    @swapnildhande6019 2 года назад

    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"

  • @piyushgupta9125
    @piyushgupta9125 3 года назад

    What about the CORS preflight request anyway to minimize that?

  • @ricardosarmiento7516
    @ricardosarmiento7516 3 года назад

    thanks bro you save my life

  • @sadaffatima853
    @sadaffatima853 4 года назад

    Thank you soooo muchh...your video helped me a lot...

  • @sejaljain3953
    @sejaljain3953 2 года назад

    you have the ppt for it???
    can you share that please

  • @sujithg5873
    @sujithg5873 4 года назад

    Bro do u have any idea about Db lock? How we lock tabe in springboot?(something like bookmy show)

    • @technotowntechie9732
      @technotowntechie9732  4 года назад

      You can do it by enabling transaction locks in Spring Data JPA.
      www.baeldung.com/java-jpa-transaction-locks

  • @PavanKumar-yj8fu
    @PavanKumar-yj8fu 4 года назад

    Good explanation, thanks for the video

  • @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 года назад +1

      @@technotowntechie9732 thanks brother for your reply and I followed other method

  • @maddelaparsharamulu1797
    @maddelaparsharamulu1797 3 года назад

    Nice Tutorial.

  • @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

  • @carloseduardotorre6819
    @carloseduardotorre6819 4 года назад

    Thank you