Create and connect PostgreSQL by using AWS RDS and integrate with spring boot application in AWS EC2

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

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

  • @user-tq1ce8cg9b
    @user-tq1ce8cg9b 7 หลายเดือนก่อน

    Chala manchi informational video... Thank you Hameed

  • @mathewkargarzadeh3158
    @mathewkargarzadeh3158 4 ปีที่แล้ว

    Thanks you for nice illustration !!

  • @bhumeshmuthe4695
    @bhumeshmuthe4695 4 ปีที่แล้ว

    nice explanation..and very clear

  • @amaryadav8703
    @amaryadav8703 2 ปีที่แล้ว

    Great explanation! Your battery percentage was giving me anxiety though.

  • @rajurerohit5018
    @rajurerohit5018 2 ปีที่แล้ว

    Thanks a lot. It helped me

  • @devdev8158
    @devdev8158 4 ปีที่แล้ว

    Thanks, very usefull video!

  • @raheemsk3552
    @raheemsk3552 4 ปีที่แล้ว

    Thank you sir

  • @dhanwadc
    @dhanwadc 3 ปีที่แล้ว

    when u connecting domain domae to it ,how you make it work like ,if there is nginx webs erver you can reverse proxy it by giving the port ,her ehow you do it

  • @westsideslasha
    @westsideslasha ปีที่แล้ว

    can't connect to the ec2 public dns

  • @vianeyvargas7736
    @vianeyvargas7736 3 ปีที่แล้ว

    I have one last question, how do we get the jar to always be published and not crash? is that every time I close the terminal I can no longer even register and obtain data from the API, as we do so that that java-jar file.jar service does not crash and remains.

    • @Rohityadav-tj2bz
      @Rohityadav-tj2bz ปีที่แล้ว

      Run jar with nohup command and & it will start job in the background and will work even if you logged out of AWS ec2

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

      @@Rohityadav-tj2bz thanks, I needed this. But one question, if I'd want to do not let the job running in the background anymore, how could I handle this? Is there any command which I can use it?

    • @Rohityadav-tj2bz
      @Rohityadav-tj2bz 11 หลายเดือนก่อน

      @@pedrovictorsaraiva8705 just do the jobs command it will show up the list of jobs running in the background just get the process Id of the jobs and do kill command it will kill