How to deploy Spring boot / Angular application in the cloud (CD)?

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 25

  • @pablovaldes2397
    @pablovaldes2397 4 หลายเดือนก่อน +1

    Your videos are amazing and seriously underrated, don't lose motivation bro, I know you'll succeed even more if you keep it up

    • @code-cake
      @code-cake  4 หลายเดือนก่อน +2

      Thanks ☺️

  • @aritrakhatua1482
    @aritrakhatua1482 4 หลายเดือนก่อน

    Love from India brother ❤❤❤❤, just thrilling enjoyed your each & every tutorial. Thanks for making SpringBoot so lovely 😍😍😍

  • @ryanp4389
    @ryanp4389 5 หลายเดือนก่อน

    Amazing video Cyril! We’ve been waiting for this haha, will love AWS as well 😊 Amazing content so far

    • @code-cake
      @code-cake  5 หลายเดือนก่อน +2

      Sure let's do AWS soon :)

  • @ViP-fs8dl
    @ViP-fs8dl 5 หลายเดือนก่อน +1

    Thanks for English videos!

  • @ryanp4389
    @ryanp4389 5 หลายเดือนก่อน

    At 57:10 you added SSL certificate to your domain. Was this on azure end or on Coolify? I created an EC2 instance on AWS and created a SSL certificate for my domains on AWS which was issued. I also used Apache on ec2 to generate a SSL certificate. When I visit my domain doesn’t give any warnings but I still get CORS issue so I assume my ssl certificate is wrong.
    Any idea or simple way to go about this? Thanks

    • @ryanp4389
      @ryanp4389 5 หลายเดือนก่อน

      Managed to solve it 😂 just had to recreate the ec2 instance for some reason now it works. Man what a beautiful project!

    • @ryanp4389
      @ryanp4389 5 หลายเดือนก่อน

      Still when I visit my domain even with valid SSL certificate, I get from google chrome that this is a dangerous site. Any ideas?

    • @code-cake
      @code-cake  5 หลายเดือนก่อน +1

      The SSL certificate is on Coolify side via Caddy / Traefik it should be automatic based on the domains that you specified, verify that your DNS configuration has been done properly and well propagated.
      You don't need to use AWS or Apache for your SSL certificate

    • @ryanp4389
      @ryanp4389 5 หลายเดือนก่อน

      @@code-cake yeah it works. Google just marks my website as a possible phishing scam (I guess because I have Airbnb in the domain name and the site looks like an Airbnb phishing scam). I went on google search console and sent a review request after adding some disclaimers on the site. Hope they make it public haha. Did you have any workaround this? Or maybe changing our domain name?

    • @code-cake
      @code-cake  5 หลายเดือนก่อน

      You can try changing the domain to see if it has something to do with caddy / traefik who maybe failed to generate the SSL certificate

  • @alexandrupop8894
    @alexandrupop8894 5 หลายเดือนก่อน

    Very nice😎

  • @az910
    @az910 5 หลายเดือนก่อน +2

    Please spring boot / angular with AWS ❤️ (btw thank you very much)

  • @justsmile7449
    @justsmile7449 5 หลายเดือนก่อน

    Hello thnks a lot for the video i m struggling to choose between ruby on rails or spring boot is spring boot as fast as rails in terms of speed of development ? Thnks

    • @code-cake
      @code-cake  4 หลายเดือนก่อน

      It depends on your level of knowledge but I guess that RoR is faster since there are fewer ways of doing things.
      I did very little of RoR so my best answer will be to try both and see the one you are faster with.

  • @jyotiramkamble1842
    @jyotiramkamble1842 5 หลายเดือนก่อน

    Sir can you make videos using the IntelliJ community version as I am a student it is difficult to use the Ultimate version I follow all your tutorial it very best among the all spring boot Developer on YT No in the YT Teaches such in-depth like yours thank you sir

    • @code-cake
      @code-cake  5 หลายเดือนก่อน

      What I'll do next time, I'll explain both ways, to use with or without IntelliJ Ultimate when I'm doing something, but everything that I do on IJ can be done with small command line.
      For Db manipulation you can use PGAdmin that is easy to use

  • @iso13090
    @iso13090 5 หลายเดือนก่อน

    💪🏼💪🏼💪🏼

  • @ghodbanehoussem5218
    @ghodbanehoussem5218 หลายเดือนก่อน

    spring boot / angular / postgres on aws and thank you

  • @jyotiramkamble1842
    @jyotiramkamble1842 5 หลายเดือนก่อน

    please SpringBoot with AWS

  • @sosidefordevs
    @sosidefordevs 5 หลายเดือนก่อน

    PLEASE TUTO IN FRENCH

  • @ryanp4389
    @ryanp4389 5 หลายเดือนก่อน +1

    If anyone is having trouble with maven building the spring boot docker image, make the env as this (instead of 21.0.3):
    ${java.version}

    • @QuickCodeClips
      @QuickCodeClips 5 หลายเดือนก่อน

      Could not resolve placeholder 'AUTH0_CLIENT_ID' in value "${AUTH0_CLIENT_ID}" i'm facing this issue when we run this command "mvn spring-boot:build-image -DskipTests".

    • @ryanp4389
      @ryanp4389 5 หลายเดือนก่อน +1

      @@QuickCodeClips if you’re using intelliji, you have to make sure you’re including the AUTH0 Client ID and secret in the environment variables for run configurations. Refer to his Airbnb Clone video where he sets up AUTH0 to get those values if you don’t have them