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

  • @dailycodework
    @dailycodework 2 месяца назад

    Java Full-Stack Development Course:
    Build a complete Secured Pet Clinic with Java / Spring Boot / Reactjs with full security. ( full course 50% off price )
    www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWPCODE

  • @yonah879
    @yonah879 8 месяцев назад +4

    Thank you so much for this tutorial. I was having so much hard time understanding reactjs before and nearly gave up.

  • @StanislavNatalin-x7g
    @StanislavNatalin-x7g 8 месяцев назад +4

    Thank you very much for the video! At 26:50, you forgot to call the 'deleteById' repository method. I was surprised to see that it actually worked in Postman

    • @dailycodework
      @dailycodework 8 месяцев назад +3

      🙂 I didn't take note of it, but if it works it means we called it somewhere.

    • @StanislavNatalin-x7g
      @StanislavNatalin-x7g 8 месяцев назад

      The line 'studentRepository.deleteById(id)' exists in your GitHub repository, but not in the video

    • @RajKumarT123
      @RajKumarT123 5 месяцев назад

      Same point I noted 😀

  • @bhaveshh786
    @bhaveshh786 10 месяцев назад +1

    I don't know how I can thank you for real!! This tutorial helped me a lot, I'm a android developer, wanted to learn spring, and I've ended up learning fundamentals of react and spring, thanks again!!

    • @dailycodework
      @dailycodework 10 месяцев назад +1

      I'm glad you like it 🙂

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

    As always nice work waiting for the Spring boot and Thymeleaf Two Factor Authentication

  • @Zoyab-lo3uk
    @Zoyab-lo3uk 3 месяца назад

    love it that you shared source code and thank you a lot

  • @Febbie_here
    @Febbie_here 20 дней назад

    You are showing the error messages like email already exists etc only in the backend but we have to show the message to the user right? So we should give a red indication error messages ?

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

    Thanks alot for this, what I like about your tutorials is that your voice makes it easy to hear and understand what you're saying and doing. I would like to connect with you on LinkedIn.

  • @tienatphungvan-uf5cx
    @tienatphungvan-uf5cx Год назад +4

    Your video is very good. can you make a video list about making a complete sales page, or an online movie site using spring boot security, JWT, ACL, lambda and react js?

  • @andrews13
    @andrews13 11 месяцев назад +1

    Hi one question. I am a newbee in Java.
    Is the backend Spring Boot Microservcice or just Spring Boot?

  • @takGune-wd6gv
    @takGune-wd6gv Год назад +1

    I have liked, commented and subscribed, thank you

  • @CyranicalGoated
    @CyranicalGoated 3 месяца назад

    Yo can I use sts or eclipse for my IDE instead? Also is this intellij ultimate?

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

    Why were you getting the error 302 @ 1:30:27 ? You didn't explain what was causing that

    • @FolksOfBeaveryTown
      @FolksOfBeaveryTown 3 месяца назад

      It's beacuse in the StudentController
      return new ResponseEntity(studentService.getStudents(), HttpStatus.FOUND);
      If you change the HttpStatus.FOUND to HttpStatus.OK, it will return 200.
      Accordingly, loadStudents in StudentsView.js should be changed as 'result.status === 200'.

  • @nacigokmen2588
    @nacigokmen2588 9 месяцев назад

    thank you very much, very beneficial.

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

    Wow, thanks so much, bro. this is really nice!

  • @alfianalamsyahjayakelana8482
    @alfianalamsyahjayakelana8482 Год назад +2

    anyone have some idea to hosting free java back-end free?

  • @Thedrscooby
    @Thedrscooby 5 месяцев назад

    how to handle the student already exists error on the client side using React?

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

    When trying to access the frontend server from another pc on the same LAN, I get the axios Error, even though I can get the data normally in the browser by access the backend server as a JSON, any Idea what modification should be done to the react code? Thanks.

    • @Thedrscooby
      @Thedrscooby 5 месяцев назад

      i got the same error. Was trying to fiddle around with the CrossOrigin in Spring Boot, but no success. If you manage to find a solution, please share here. thanks.

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

    Can you post the login and registration with forget password in spring boot

  • @juangens
    @juangens 5 месяцев назад

    Hello, I am on 51:45 and my delete method is not working in postman I have no error there and the code looks the same.. anyone having this problem? thank you all!

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

    i follow all your instruction in the backend but somehow your exception is response in the postman but mine is only response in the terminal, can you please explain it, thank you

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

      ahh sorry, i havent seen your handling exception class yet, now I get it

  • @electrolux5786
    @electrolux5786 8 месяцев назад

    Lombok anotation is great 🔥🔥🤙🏼

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

    I hope that the next lecture could be next js and typescript and jwt demo.

  • @syawadhilahpradipta828
    @syawadhilahpradipta828 8 месяцев назад

    I tried POST request but it doesn't return anything and on postman it said 401 unauthorized do you know why?

    • @dailycodework
      @dailycodework 8 месяцев назад

      It means you have to login before you can perform the operation you're trying to do

    • @syawadhilahpradipta828
      @syawadhilahpradipta828 8 месяцев назад

      @@dailycodework Do you mean login to postman? I have logged in to my postman account

  • @pragathees-ih8kd
    @pragathees-ih8kd 4 месяца назад +1

    While running the source I got the following error
    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studentController'
    also 'studentService' and 'studentRepository' what is the issue but in DB the table created

    • @dailycodework
      @dailycodework 4 месяца назад

      Hi, check to make sure the dependency you are trying to inject is a spring bean. I think you are missing some annotations in some classes

    • @pragathees-ih8kd
      @pragathees-ih8kd 3 месяца назад

      @@dailycodework after download your source from github and execute the source that time also i got same error. please suggest what is the issue

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

    I loved the moment at around 33:20 when you had forgotten to write the return type of updateStudent and was wondering and later after a couple of seconds realised and laughed at the silly mistake....because i also forget either return type or access modifier quite often😅....
    Could you please make a project having many to one relationship and jwt security or could you modify this project itself to add these features.
    Thanks and regards!

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

      😂😂 Sure, you know sometimes we can easily make some mistakes like that. I will try to make a video with entity relationship soon

    • @nacigokmen2588
      @nacigokmen2588 9 месяцев назад

      "What is actually happening here😊"

    • @mdafzal4239
      @mdafzal4239 9 месяцев назад +1

      @@nacigokmen2588 nothing special......just encountered a moment of laughter while taking knowledge

  • @astrorock
    @astrorock 9 месяцев назад

    Can you please make this project using microservices

  • @astrorock
    @astrorock 9 месяцев назад

    Drive link of html template not working

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

    Hello sir, where is the video about authorization?

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

      Hi, sorry, for the delay, I will get it done soon, currently, I'm working on a project that will soon be finished.

  • @IrfanAhmad-fj3eg
    @IrfanAhmad-fj3eg 9 месяцев назад

    Where is the second part in which the picture comes from the database, call, and message?

    • @dailycodework
      @dailycodework 8 месяцев назад

      This is a dummy photo from Google

  • @annadurai1087
    @annadurai1087 5 месяцев назад

    Getting error in while posting the data

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

    at around 11:08. my @RequiredArgsConstructor isn't working. I am getting Variable 'studentRepository' might not have been initialized. I have followed your code. Can you suggest a fix or anybody have also experienced this? thanks

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

      Oh, sorry to hear that, please make sure the field you are trying to inject with the annotation is a final field

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

      solved by installing lombok plugin. thank you for the this content
      @@dailycodework

  • @Vijay-mv8pu
    @Vijay-mv8pu Год назад

    Pls put the full stack web application for myklass room web application using react js as a front-end tool and spring boot is backend tool and MySQL data base

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm Год назад +1

    could you create a video of spring boot security, JWT, ACL all together ?

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

    around 41.03 i cant able to get empty arrary as you mentioned in the video,instead of im getting an error

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

      Hi, Sorry to hear that, please what is the error message?

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

      and which port is 9192?@@dailycodework

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

    Great explanation! How can we host this project in web?

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

    Thank you so much man🍎

  • @ahmedel-yacoubi9417
    @ahmedel-yacoubi9417 5 месяцев назад

    thank you so much sir🤠

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

    Thank u nice content as usual ....can u create a video to master java with spring boot and Angular please

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

      Hi, thanks for being here, I will surely do a video on your request in our nearest future demos. :-)

  • @neeravipandian1386
    @neeravipandian1386 9 месяцев назад

    Thank you so much

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

    View student profile html template ???

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

      Hi, the link to the template is on the video description

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

    ❤❤❤

  • @MullaMohmmedNayeem
    @MullaMohmmedNayeem 4 месяца назад

    hello sir ,which API key you has used

    • @dailycodework
      @dailycodework 4 месяца назад +1

      I can't remember if I used any API key in that demo, but don't think I used any API key there. :-)

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

    Thanks

  • @julek5861
    @julek5861 8 месяцев назад

    2:10:42

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

    thanks, actually