Komentáře •

  • @Himanshu-sq6zx
    @Himanshu-sq6zx Před 2 lety +12

    Plzz to frontend by react and deployment also

    • @utsavshrivastava9481
      @utsavshrivastava9481 Před 2 lety

      Go with angular lot of old/maintenance java project and current using angular but react also fine

  • @Suryanarayan094
    @Suryanarayan094 Před 10 měsíci +1

    Thank you

  • @aadarshmishra9190
    @aadarshmishra9190 Před 2 lety +1

    Sir Go with the Angular lots of Company using Angular with springboot

  • @tanmays1731
    @tanmays1731 Před 2 lety +3

    Sir for this backend please make a frontend in ReactJs it would be very helpful. And it will help us to understand integration of spring boot (backend) with ReactJS (frontend). Thank you sir for this course. It was very Helpful !!!!!!!

    • @vaghii6731
      @vaghii6731 Před 2 lety

      Yes pls also how to deploy pls make video on that

  • @aksahoo1739
    @aksahoo1739 Před 2 lety +1

    plz use left right join query

  • @rushighale8167
    @rushighale8167 Před 2 lety +1

    Sir for frontend plz prefer Angular

  • @foddiebyage9696
    @foddiebyage9696 Před 2 lety +1

    Bro junit krdo kuch Testing m liye /telemetry too

  • @ashwinkumar4388
    @ashwinkumar4388 Před 2 lety

    Make Course On Java/Jakarta Enterprise Edition

  • @shahidanwar6254
    @shahidanwar6254 Před 2 lety +2

    Somebody plz tell how can i mask only sensitive field data in my json string.

    • @ahmeterdonmez9195
      @ahmeterdonmez9195 Před rokem

      Do you mean not to send as response? if so @JsonIgnore annotation you can try... Good luck....

  • @user-yi2gq3uc7l
    @user-yi2gq3uc7l Před 4 měsíci +1

    where is source code link am uunable to find it

  • @java7613
    @java7613 Před 2 lety

    Dal dijiy sir video

  • @travelwithannus
    @travelwithannus Před rokem

    I am having a problem in the code... I forgot to autowire CategoryService in controller class so my api was not working in postman it was giving 404 error. When i added autowire annotation above categoryservice.... It started giving error and required action is to defining a bean of type 'com.example.blogapp.services.CategoryService' in your configuration.....

    • @mahimatolani813
      @mahimatolani813 Před 7 měsíci

      yes It is giving in my case as well because we havent told Spring that which class object we want we have to either use @Service/@Component as we are using @Autowired but how will it inject the object. Not sure why in this video case this is working

  • @ripusudansoni3366
    @ripusudansoni3366 Před 2 lety

    next video please

  • @AdityaSingh-jh5qg
    @AdityaSingh-jh5qg Před rokem

    When I try to run createCategory then in postman it shows Data Integrity Violation cannot execute sql

    • @kumarisneha9392
      @kumarisneha9392 Před rokem

      Hey have you created this whole project? Can you help me ?

  • @rahulrajendra02
    @rahulrajendra02 Před 2 lety

    Sir ji aaj bhi video nahi daala..desperately waiting

  • @java7613
    @java7613 Před 2 lety

    Hello sir

  • @java7613
    @java7613 Před 2 lety

    Apney

  • @lokanathshroff3301
    @lokanathshroff3301 Před 2 lety

    How to mask url to avoid missuse

  • @madihasehar7094
    @madihasehar7094 Před rokem +2

    Hi sir, I encounter this error for the category API org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement
    \tat org.springframework.orm.jpa.vendor.HibernateJpaDialect. could you please help

    • @AdityaSingh-jh5qg
      @AdityaSingh-jh5qg Před rokem

      Hey brother if your error is resolved.
      Please help me I encountered same error in Category API

    • @ankushchavhan1332
      @ankushchavhan1332 Před rokem +1

      Use @Service annotation on top of CategoryServiceImpl class

  • @java7613
    @java7613 Před 2 lety +1

    Sir video Nhai dali

    • @LearnCodeWithDurgesh
      @LearnCodeWithDurgesh Před 2 lety

      Today missed from tomorrow continue

    • @java7613
      @java7613 Před 2 lety +1

      @@LearnCodeWithDurgesh sir I completed your all java course's all

  • @revang18
    @revang18 Před 2 lety

    13:37
    return this.modelMapper.map(this.categoryRepo.save(this.modelMapper.map(categoryDto,Category.class)),CategoryDto.class);
    above code is valid in place of updateCategory() method.
    Please reply me .

  • @tanmaybonde8391
    @tanmaybonde8391 Před 6 měsíci

    "error": "Internal Server Error",
    "trace": "java.lang.NullPointerException: Cannot invoke \"com.tanmay.blog.services.CategoryService.createCategory(com.tanmay.blog.payloads.CategoryDto)\" because \"this.categoryService\" is null
    \tat com.tanmay.blog.controllers.CategoryControllers.createCategory(CategoryControllers.java:31)
    \tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    \tat java.base/jdk.internal.reflect.NativeMeth
    can anyone help me to solve this error