Dockerize Spring Boot Application with MySQL using Docker compose

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

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

  • @jpelegrinotube
    @jpelegrinotube Год назад +1

    Excellent video. Thank you for your easy explanation.

  • @mhdrazan5031
    @mhdrazan5031 2 года назад +7

    When I create jar file I am getting an error like cannot find mysqldb

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

      Have you resolved it?

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

      me too, how did you resolve it please tell

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

      have you?@@dogomation556

  • @phongtranquoc7557
    @phongtranquoc7557 6 месяцев назад

    Sir im running my docker container on wsl 2 ubuntu my local machine is window. Can i access the container which is running in wsl 2 from windows? If yes how can i do it.

  • @poorpanda9033
    @poorpanda9033 11 месяцев назад

    In this video, why aren't we connecting the sql & service to the same network to run ?? Isn't it necessary ?

  • @edmilsonvasconcelos1720
    @edmilsonvasconcelos1720 Год назад +1

    Perfect! Thanks for sharing.

  • @rhayembannouri7704
    @rhayembannouri7704 2 года назад +1

    The best ...

  • @ashokkumarjayaraman535
    @ashokkumarjayaraman535 2 года назад +1

    Excellent Videos! Thanks Much !!!

  • @mohammedislam733
    @mohammedislam733 Год назад

    I get an error says that therino table jn the database called employee

  • @MrTinh-t1z
    @MrTinh-t1z Год назад +1

    Amazing, Thank You

    • @B2Tech
      @B2Tech  Год назад

      Our pleasure!

  • @gorkaurzelai5072
    @gorkaurzelai5072 Год назад

    it is mandatory to click on the install optimion of maven? can't do that when container is reload?

  • @RONGALITRINADH
    @RONGALITRINADH Год назад

    with the command docker-compose up , I am getting "VCRUNTIME140.dll could not be extracted!
    fopen: Permission denied" error. Can you please help me brother?

  • @nelsonenriquez8105
    @nelsonenriquez8105 Год назад

    is it anyone else having this error when loggin into mysql "SELECT command denied to user ..."

  • @rushikesh3363
    @rushikesh3363 7 месяцев назад

    You wrote mysqldb as linux/x86 but i am using window 11

  • @Omar-ub1ye
    @Omar-ub1ye Год назад

    Bro the Spring Boot App fails to connect to the MySQL server, when I try to access to the database it shows this:
    error 2002 (hy000): can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' (2)
    Anyone knows what to do? I can't find that root because it's in docker

  • @TarunSharma-rc4jx
    @TarunSharma-rc4jx Год назад

    What to do if have data base on different server

  • @ShankarGidaganti
    @ShankarGidaganti 7 месяцев назад

    aree bhai , git repository link kaha hai?

  • @oOm4ntr4Oo
    @oOm4ntr4Oo Год назад

    sorry guys,the fact that we didnt interact with the docker file means that the docker file we use in the previous video is the same we are using now?

  • @asetasken1538
    @asetasken1538 Год назад

    in application.properties when i change localhost to mysqldb i got an error , could explain me please

    • @gorkaurzelai5072
      @gorkaurzelai5072 Год назад

      try to check if your mysql image has the name mysqldb. For that do docker images. And also, check the port. He changed because it had it in use in his localhost.