Master Java Full Stack Development with Spring Boot and ReactJS

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

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

  • @dailycodework
    @dailycodework  4 месяца назад +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=DCWDECCODE

  • @yonah879
    @yonah879 10 месяцев назад +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 10 месяцев назад +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  10 месяцев назад +3

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

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

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

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

      Same point I noted 😀

  • @bhaveshh786
    @bhaveshh786 11 месяцев назад +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!!

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

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

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

    I have liked, commented and subscribed, thank you

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

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

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

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

  • @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.

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

    Lombok anotation is great 🔥🔥🤙🏼

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

    thank you very much, very beneficial.

  • @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?

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

    thank you so much sir🤠

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

    Thank you so much man🍎

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

    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 ?

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

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

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

    Thank you so much

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

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

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

    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 11 месяцев назад

      "What is actually happening here😊"

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

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

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

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

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

      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'.

  • @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.

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

    Drive link of html template not working

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

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

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

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

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

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

  • @TienQuocHo-j8w
    @TienQuocHo-j8w 12 дней назад

    Can you help me?
    I don't find application.yml in resource
    I only see file application.resource

    • @dailycodework
      @dailycodework  12 дней назад

      @@TienQuocHo-j8w Get the complete code from Github repo

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

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

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

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

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

      This is a dummy photo from Google

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

    Can you please make this project using microservices

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

    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 8 месяцев назад

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

  • @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. :-)

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

    Getting error in while posting the data

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

    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 7 месяцев назад

      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.

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

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

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

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

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

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

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

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

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

    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!

  • @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

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

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

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

    Thanks

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

    ❤❤❤

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

    thanks, actually

  • @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

  • @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

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

    View student profile html template ???

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

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

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

    2:10:42

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

    hello sir ,which API key you has used

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

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

  • @pragathees-ih8kd
    @pragathees-ih8kd 5 месяцев назад +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  5 месяцев назад

      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 5 месяцев назад

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