3. Cafe Management System - Get, Update API of User (Angular, Spring Boot - Java, MySQL Database)

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

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

  • @rishabhsharma8234
    @rishabhsharma8234 ปีที่แล้ว +3

    Wrapper is nothing but a DTO , would be much simple if use that terminology, And instead of having full parametrized constructor , consider using all args constructor annotation

  • @Sumeshkumarback
    @Sumeshkumarback 9 วันที่ผ่านมา +1

    Why you are not creating dto after @RequestBody why creating hashmap only ?

  • @alooooshm
    @alooooshm 2 ปีที่แล้ว +2

    Great content. Keep it up

  • @mdabdurrakib6965
    @mdabdurrakib6965 2 ปีที่แล้ว +1

    Thanks a lot dear sir.

  • @prashanth-00
    @prashanth-00 ปีที่แล้ว +1

    why are we implementing exception handling in both UserRestImpl and in UserServiceImpl,
    would it be enough if we implement just at one class ? please clear my doubt.

    • @ayael119
      @ayael119 ปีที่แล้ว

      Hi can i ask you ??

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

      it would be more clean if you add just Service class.because you'll already call the method on the Rest class

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

    Thank you

  • @thesocialhuman3281
    @thesocialhuman3281 2 ปีที่แล้ว +1

    for getting the users why we created seperate wrapperclass?can u explain

    • @nhodoan8318
      @nhodoan8318 ปีที่แล้ว

      because, the wrapper class doesn't display the password while the User class expose the password.

    • @yogisetiawan6504
      @yogisetiawan6504 ปีที่แล้ว

      @@nhodoan8318 the funny thing is you can encode the password using Bycript encoder or any encode, so I think it is kind of useless to create a separate wrapper class, also u can just show the data without password instead by using JPA or query and just add @AllArgsConstructor and @NoArgsConstructor into User and its done.

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

    Seguindo aqui.... Nao consegui usar o Mailinator.... mas os emails estao sendo enviados... esei outra site de email e funcionou !

  • @raflikeun6519
    @raflikeun6519 2 ปีที่แล้ว

    Next house rent management with Java + SQL please

  • @dativachuwa
    @dativachuwa 17 วันที่ผ่านมา

    Hello Guys, I cant generate JWT Token and I write The code as it is written, I dont know where is the Problem
    Please Help Guys

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

    Thanks sir for the content
    Im having issue with namedquery .. l did everything as you did but it showing errors in the User entity
    Can you help
    Its saying cannot resolve u

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

      Hey did you build the 2 vedio in the same playlist ?

  • @StephyVS-p8l
    @StephyVS-p8l ปีที่แล้ว

    when I test in postman, " localhost:8081/user/get " gives 200 Ok and 1[ ] .my database contain 5 users details are present. How can I solve this?

  • @anandalukka1000
    @anandalukka1000 ปีที่แล้ว +1

    Less secure app is disabled now.. what is an alternative option?

    • @BTechDays
      @BTechDays  ปีที่แล้ว +2

      Check this link for alternative option:
      btechdays.com/#/blogs/view-blog/21

    • @anandalukka1000
      @anandalukka1000 ปีที่แล้ว +1

      @@BTechDays Thankyou

  • @aawaranregmi2943
    @aawaranregmi2943 ปีที่แล้ว

    sir where is the part of front end

  • @aawaranregmi2943
    @aawaranregmi2943 ปีที่แล้ว +1

    sir i am having problem in generating token it shows ({"message":"Bad Credentials."} 400 Bad Request )can you please help me out.

    • @ShabbirHussain395
      @ShabbirHussain395 ปีที่แล้ว +1

      I faced same issue, solved it by changing the secret to some complex string.

    • @fakewars9395
      @fakewars9395 ปีที่แล้ว

      @@ShabbirHussain395 like what sir?

    • @ShabbirHussain395
      @ShabbirHussain395 ปีที่แล้ว +1

      @@fakewars9395
      private static final String JWT_SECRET = "t3pCSx2wx1ExbQ5z43XXB8my/KR24aon4EH/niU9iZi1I3S69rk1QhlMFFsTrZIY";

  • @riyas_deen
    @riyas_deen ปีที่แล้ว

    Hi! I added my Gmail credentials and other stuffs in app.props file for Gmail. SMTP. but I got error failed to connect. I checked my Gmail setting for enable low secure app access. but now Gmail has removed those type of settings. so, any alternative ways for mailing purpose?

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

      I am also facing same issue,have u got any solution?

  • @techpass-sk3vb
    @techpass-sk3vb ปีที่แล้ว +1

    Not getting approved mail once enabled then disabled then enabled😅

    • @techpass-sk3vb
      @techpass-sk3vb ปีที่แล้ว

      disabled message does show if done after enabling again.

  • @thesimplegamer1002
    @thesimplegamer1002 2 ปีที่แล้ว

    Front end ka code kider he?

  • @adnanahmadkhan4106
    @adnanahmadkhan4106 ปีที่แล้ว

    how to use namedquery for mysql for userwrapper

    • @BTechDays
      @BTechDays  ปีที่แล้ว

      It's already shown in the video series.
      Watch the complete playlist.👍

  • @tejas3595
    @tejas3595 ปีที่แล้ว

    Sir, please Give me this project github link

  • @sangeetbajpai6780
    @sangeetbajpai6780 ปีที่แล้ว

    I am getting 403 code in get api even after changing the role to admin, please help

    • @StephyVS-p8l
      @StephyVS-p8l ปีที่แล้ว +1

      Have you solved it?

    • @tttildaa
      @tttildaa ปีที่แล้ว

      ​@@StephyVS-p8lSame problem, haven't found a solution yet?

    • @DuyNguyen-tn3cr
      @DuyNguyen-tn3cr ปีที่แล้ว

      me too

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

      same issue please an answer

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

      @@soufianehamidoune2793 sure me too

  • @AbhinavJha03
    @AbhinavJha03 ปีที่แล้ว

    13:18

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

    console show :- org.springframework.mail.MailSendException: Failed messages: java.lang.ClassCastException: class org.eclipse.angus.mail.handlers.text_plain cannot be cast to class javax.activation.DataContentHandler (org.eclipse.angus.mail.handlers.text_plain and javax.activation.DataContentHandler are in unnamed module of loader 'app'); message exception details (1) are:
    Failed message 1:
    java.lang.ClassCastException: class org.eclipse.angus.mail.handlers.text_plain cannot be cast to class javax.activation.DataContentHandler (
    and
    database changing value how to fix exception

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

      Just remove the version from the following dependency.
      org.springframework.boot
      spring-boot-starter-mail