Rest API in Spring Boot | In Hindi | Spring boot complete course | Beginners to Advanced

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

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

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

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

    Please do a full stack project

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

    bro do make a video to to push our code into github using the command prompt what we need to download in our system and how to push our data using command prompt

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

      Sure I will make a separate video on the GIT command. Appreciate for your comment ♥️

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

    bro inside mapper we have written
    public static Category toCategoryEntity(CategoryDTO categoryDTO){
    Category category = new Category();
    category.setName(categoryDTO.getName());
    return category;
    }
    these line of code to save in entity right? or it just for converting dto to entity then
    public CategoryDTO createCategory(CategoryDTO categoryDTO){
    Category category = CategoryMapper.toCategoryEntity(categoryDTO);
    category = categoryRepository.save(category);
    return CategoryMapper.toCategoryDTO(category);
    }
    these line gonna save in entity?

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

      toCategoryEntity method is only to map from DTO to Entity it 'll not save to DB.
      createCategory method is used to save to DB.

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

      @@BitsAndBytes0101 okey ...thanks for guidance

  • @Abhishek-df5tf
    @Abhishek-df5tf 3 หลายเดือนก่อน

    Rest API par video

  • @MOHITSINGH-cv5qe
    @MOHITSINGH-cv5qe 3 หลายเดือนก่อน

    bhai , ye playlist ko aap align karlo , ye ulta aa raha h

  • @Abhishek-df5tf
    @Abhishek-df5tf 3 หลายเดือนก่อน

    Dark theme use mat kijiye

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

      Haan maine hata diea dark theme

    • @Abhishek-df5tf
      @Abhishek-df5tf 3 หลายเดือนก่อน

      Dark theme aa raha hai ​@@BitsAndBytes0101