How to connect Mongodb using Spring boot Java and create Collection in database tutorial

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 36

  • @ksricharan408
    @ksricharan408 3 дні тому

    Very easy and superb explanation Sir!

  • @MrKosynus
    @MrKosynus 2 місяці тому

    You are a great help, Thanks for the tutorial!

  • @sandeepasineth8446
    @sandeepasineth8446 10 місяців тому +1

    Heyy,, Thanks a lot your so great and its working 100%

  • @sadhamhussain1694
    @sadhamhussain1694 6 місяців тому

    Clear video.Keep it up!!

  • @sravanilakkoji3181
    @sravanilakkoji3181 11 місяців тому +1

    Hello sir! your explaination is very clear and it is in an understandable way.Thank you .Could you please help me with timestamp error after sending the request through postman

    • @unitedtoptech6288
      @unitedtoptech6288  11 місяців тому +1

      Can you paste the full error here?

    • @sravanilakkoji3181
      @sravanilakkoji3181 11 місяців тому

      @@unitedtoptech6288 Thank you for replying sir and I got cleared on that day itself when I saw your video..Thank you for explaining very clearly ☺️

    • @unitedtoptech6288
      @unitedtoptech6288  11 місяців тому

      Thats so great to know!! Most Welcome

  • @pixel_designs
    @pixel_designs 5 місяців тому

    Thanks for this man!

  • @saikumarmamiddi
    @saikumarmamiddi 4 місяці тому

    in MongoDB Compass, I am getting the below error while connect ( 17:20 )
    connect ECONNREFUSED 127.0.0.1:27017, connect ECONNREFUSED ::1:27017

  • @michaelsafwat1953
    @michaelsafwat1953 3 місяці тому

    Thanks brother

  • @himanshusrivastava7158
    @himanshusrivastava7158 9 місяців тому

    I am getting connection refused error .Does tomcat webserver need to be installed first ?

    • @unitedtoptech6288
      @unitedtoptech6288  9 місяців тому

      No nothing like that , can you paste your whole error?

  • @emilei.9136
    @emilei.9136 4 місяці тому

    Hi there!
    For some reason, the @Autowire is not working for me. The variable studenRepo is null
    This is the error I am getting: "Field studentRepo in com.spring.MongoSpring.Controller.MainController required a bean of type 'com.spring.MongoSpring.Repository.StudentRepo' that could not be found." Anyone knows a solution?
    Thank you

  • @shrikaramm
    @shrikaramm 5 місяців тому

    Hi I'm getting the message in console like application is running but database is not showing in MongoDB
    I'm not getting what's the error if anyone knew pls let me know

  • @raninduamarasinghe4638
    @raninduamarasinghe4638 4 місяці тому

    ❤🫡

  • @AnshulyouT
    @AnshulyouT 5 місяців тому +1

    Dependency 'org.springframework.boot:spring-boot-starter-data-mongodb:2.7.16' not found this error came while adding the dependency how to resolve it.

    • @unitedtoptech6288
      @unitedtoptech6288  5 місяців тому

      did you add that in spring initializr?

    • @AnshulyouT
      @AnshulyouT 5 місяців тому

      @@unitedtoptech6288 no

    • @unitedtoptech6288
      @unitedtoptech6288  5 місяців тому

      you need to add it

    • @AnshulyouT
      @AnshulyouT 4 місяці тому

      @@unitedtoptech6288 but it was never mentioned in the video, in the video sir added dependency manually .

    • @unitedtoptech6288
      @unitedtoptech6288  4 місяці тому

      i have added in 1:20