Spring Boot : User Login and Registration Tutorial [ In 30 Mins ] - Spring boot Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 45

  • @ShauryaChawlaprayforplagues
    @ShauryaChawlaprayforplagues 2 หลายเดือนก่อน +6

    waiting for the email registration tutorial. thanks for your work!

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน +1

      Will do soon

  • @santhtorac
    @santhtorac 4 หลายเดือนก่อน +2

    Very detailed one!! Really nice!!

  • @the.golden.Alpha.
    @the.golden.Alpha. 3 หลายเดือนก่อน +1

    good vid!!!!

  • @maskedwolf5834
    @maskedwolf5834 หลายเดือนก่อน

    Amazing work! I have questions tho xd Can I use mysql instead of postgresql or instead of jpa use html? I am new to spring boot and would love to know.

  • @maskedwolf5834
    @maskedwolf5834 หลายเดือนก่อน

    I downloaded your code from github, but the style.css doesn't work

  • @Greenflame-vc6fv
    @Greenflame-vc6fv 3 หลายเดือนก่อน +1

    when I type psql in the terminal, it shows me this message even though I installed the app. what is causing this and how can I fix it?:
    psql : The term 'psql' is not recognized as the name of a cmdlet, function, script file, or
    operable program. Check the spelling of the name, or if a path was included, verify that
    the path is correct and try again.
    At line:1 char:1
    + psql
    + ~~~~
    + CategoryInfo : ObjectNotFound: (psql:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @AlanLands
      @AlanLands  3 หลายเดือนก่อน

      This issue is because of plugins.
      While initialising you need to add mysql dependency instead of PLSQL. if already created, use pom.xml to add the dependency for MYSQL

  • @giocrisdelacruz9287
    @giocrisdelacruz9287 หลายเดือนก่อน

    Hi, controller does not return the html file.

  • @neznam1420
    @neznam1420 2 หลายเดือนก่อน

    Nice work, can you implement roles, for example admin and user, where admin will have access to admin pages from nav bar, if user is logged in he will not see those pages and if he type that url he will not be able to access it

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      Will do soon

  • @kamoteroy4257
    @kamoteroy4257 หลายเดือนก่อน

    where do you get the bad credentials message?

  • @bogdogun5675
    @bogdogun5675 หลายเดือนก่อน +1

    What if my fronted is made with react js and runs on port 3000 and the spring server runs on port 8080?

    • @LoneWolf-dc8sl
      @LoneWolf-dc8sl หลายเดือนก่อน +1

      You will have to configure CORS (cross origin resource sharing ) manually in spring boot define from which origin (suppose localhost:3000/) you will allow request and what type of Resquest methods (get , put , post etc) you’ll allow

    • @devmishra6981
      @devmishra6981 13 วันที่ผ่านมา

      simply got to controller class and after the @Controller annotation simply write @CrossOrigin . It will autoamatically pickup the different port request.

  • @SafetImamović-d8h
    @SafetImamović-d8h 13 วันที่ผ่านมา

    can you do a logout functionality

  • @Sidhufanz01
    @Sidhufanz01 23 วันที่ผ่านมา

    Hi I want java spring boot project GitHub respostary for add in resume

  • @the.golden.Alpha.
    @the.golden.Alpha. 3 หลายเดือนก่อน

    I need your help briefly: how do I implement photos or icons in vs. code? I haven't found a solution yet, no matter how many times I googled it. I would be very happy about an answer :D

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน +1

      github.com/Alanlands1/springbootBackend

    • @the.golden.Alpha.
      @the.golden.Alpha. 2 หลายเดือนก่อน

      @@AlanLands for what is this link? I dont understand :/

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      @the.golden.Alpha. Source code for the application

    • @the.golden.Alpha.
      @the.golden.Alpha. 2 หลายเดือนก่อน

      @@AlanLands when comes ure next vid (abt. E-Mail certyfication)? I reale waiting for it :DDD

  • @akhilaammulu2419
    @akhilaammulu2419 3 หลายเดือนก่อน

    We can MySQL instead of postgresql?

    • @AlanLands
      @AlanLands  3 หลายเดือนก่อน

      Yes

  • @OssSoftwareDeveloper
    @OssSoftwareDeveloper หลายเดือนก่อน

    well can i use MySQL

    • @Ezekiel889
      @Ezekiel889 หลายเดือนก่อน

      yes, you can

  • @nikhil4yourhelp670
    @nikhil4yourhelp670 4 หลายเดือนก่อน

    i am resigtering user successfully but failing in login user as everyone any username and passwoed access it tell me what to do

    • @AlanLands
      @AlanLands  4 หลายเดือนก่อน

      Please make sure you encode the password

    • @nikhil4yourhelp670
      @nikhil4yourhelp670 4 หลายเดือนก่อน

      I done everything properly. I don't have any login page seprate i have it in home page .and login page getting access to any random password and username not securing as such.

    • @AlanLands
      @AlanLands  4 หลายเดือนก่อน

      @nikhil4yourhelp670 I will upload all the files in GIT soon

    • @AlanLands
      @AlanLands  4 หลายเดือนก่อน

      @nikhil4yourhelp670 if you want just login page and Registration page html github.com/Alanlands1/springboot

    • @smandal1237
      @smandal1237 4 หลายเดือนก่อน

      I have same problem bro..plzz help​@@nikhil4yourhelp670

  • @athuljoemathewkutty7751
    @athuljoemathewkutty7751 4 หลายเดือนก่อน +2

  • @ev_codes
    @ev_codes 3 หลายเดือนก่อน

    where is the loaduserbyusername called?

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      github.com/Alanlands1/springbootBackend

  • @smandal1237
    @smandal1237 4 หลายเดือนก่อน +1

    Where is code..?

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      Uploaded

  • @bplayer5231
    @bplayer5231 4 หลายเดือนก่อน

    can i see your repo sir?

    • @blackrock2222
      @blackrock2222 5 วันที่ผ่านมา

      Description 😊

  • @PiIotKa
    @PiIotKa 2 หลายเดือนก่อน

    I reproduced your code 2 times and got the same errors both times. During the day I still couldn’t figure out what was going on. Error code in vs code The method setUserDetailsPasswordService(UserDetailsPasswordService) in the type DaoAuthenticationProvider is not applicable for the arguments (MyAppUserService). And Intellij displays another error: java: incompatible types: com.website.demo.Model.MyAppUserService cannot be converted to org.springframework.security.core.userdetails.UserDetailsPasswordService. Maybe you can tell me what could be the matter...

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      I will upload the code by end of the day in git

    • @AlanLands
      @AlanLands  2 หลายเดือนก่อน

      github.com/Alanlands1/springbootBackend

    • @PiIotKa
      @PiIotKa 2 หลายเดือนก่อน

      @@AlanLands Thank you!

  • @abhilashk5546
    @abhilashk5546 4 หลายเดือนก่อน +1