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
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?
❤
Please do a full stack project
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
Sure I will make a separate video on the GIT command. Appreciate for your comment ♥️
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?
toCategoryEntity method is only to map from DTO to Entity it 'll not save to DB.
createCategory method is used to save to DB.
@@BitsAndBytes0101 okey ...thanks for guidance
Rest API par video
bhai , ye playlist ko aap align karlo , ye ulta aa raha h
Thank you Bhai 👍
Dark theme use mat kijiye
Haan maine hata diea dark theme
Dark theme aa raha hai @@BitsAndBytes0101