Connecting Google Cloud SQL into your Spring Boot Micro service in 10 minutes

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 22

  • @YuretsUA
    @YuretsUA 3 роки тому +1

    Thanks a lot for this video, I have read a lot of information but confused more than understand. Your explanation is really simple and helpful.

  • @aobaidi5626
    @aobaidi5626 5 років тому

    well done bro i was stuck in this but my app running after watching this video

  • @SatyaPrakash-gj5vp
    @SatyaPrakash-gj5vp 2 роки тому

    Can you make a video on connecting to big table.

  • @satheeshck3255
    @satheeshck3255 2 роки тому

    I am trying the same with Postgres in Cloud SQL. However U am getting an error Caused by: org.postgresql.util.PSQLException: Connection to google:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

  • @basantahota514
    @basantahota514 7 років тому +1

    Awesome content , good Job sir please keep it up

  • @gunjanoberoi7177
    @gunjanoberoi7177 5 років тому

    Can we deploy spring boot microservices in kubernetes with cloud sql?

  • @vrajendramandloi5917
    @vrajendramandloi5917 4 роки тому

    hi i am not sure how to connect via same mechanism deploying application to Cloud run and connect vo mySql cloud from that using HikariCP
    Plz can you help if you have created any video for that

  • @HemantSingh-si3vh
    @HemantSingh-si3vh 4 роки тому

    Can You please comment the repo link for this project.

  • @basantahota514
    @basantahota514 7 років тому +1

    Hi sir , am getting some Connection Time out issue now like Caused by: java.net.ConnectException: Connection timed out: connect
    One thing i have a doubt when we are running our spring boot application locally first it will search all DB details like , drvierclassname,url,username and password
    URL should be our local like : jdbc:mysql://localhost:3306/Database name
    But am wondering here how can we give URL like jdbc:mysql://instance ip/Database name
    while running in local environment , after local run success then only we can run appengine:deploy then our application will be deploy in cloud , please help me out

    • @Talk2Amareswaran
      @Talk2Amareswaran  7 років тому

      +Basanta Hota This video is only access the cloud sql from your local machine not from app engine. You no need to deploy your application in app engine.
      If you create a MySQL instance in GCP it will provide the IPV4 address. This IPV4 address you should provide into the application. Yml file.
      Then your local machine is not connected into internet. So you have to add your public IP address into MySQL instance authorize network. So that MySQL instance allow to access the database from your public IP.

    • @Talk2Amareswaran
      @Talk2Amareswaran  7 років тому

      +Talk2 Amareswaran typo your local machine should connect into the internet

    • @basantahota514
      @basantahota514 7 років тому +1

      Thanks boss for your quick response .i did a small mistake instead of pass instance password i added DB password that was the issue.

    • @Talk2Amareswaran
      @Talk2Amareswaran  7 років тому +1

      Great. good to hear. Finally, it's working now. Also, tonight I will upload the video about GCP App Engine deployment with Google Cloud SQL Spring boot Application. In this video, You will get to know about the complete set of GCP deployment with Cloud SQL.

  • @mrjoako2884
    @mrjoako2884 4 роки тому

    You just save my life 👌🏻👌🏻

  • @kalyanreddy4579
    @kalyanreddy4579 3 роки тому

    Thanks, Amareswaran. Nice one. Though its very old video, if possible provide github link for code. Thanks.

  • @leobi303
    @leobi303 4 роки тому

    It is really helpful, thank you!

  • @LORD_PANDUKA
    @LORD_PANDUKA 4 роки тому +1

    Great video

  • @bastiantres2097
    @bastiantres2097 6 років тому +1

    Excelent work bro :)

  • @fightdecorona2452
    @fightdecorona2452 4 роки тому

    Tnx dude