💥 How to build CRUD REST APIs using Spring Boot, JPA/Hibernate, and the PostgreSQL database 💥

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 15

  • @anandalakshmir1273
    @anandalakshmir1273 4 месяца назад

    One doubt. So the UserRepository we created is an Interface. And in UserService, we are creating it's object. Will this not give an error? Can we create an object for the interface?

  • @anandalakshmir1273
    @anandalakshmir1273 4 месяца назад

    Also, We are not using the @ResponseBody annotation or ResponseEntity as return type in Controller methods. Will this not throw error?

    • @JavaTechSolutions
      @JavaTechSolutions  4 месяца назад

      Response entity bind with rest controller annotation

  • @lenintemp
    @lenintemp 2 месяца назад

    Hi sir i downloaded your project from git and executed in my local but when try to save its saving empty record in database and even if manullay inserted the record in database when i tried to fetch its giving empty record only any idea on this

  • @razatech22
    @razatech22 8 месяцев назад +1

    Use multiple entities in this project

  • @krupad1483
    @krupad1483 4 месяца назад +1

    I am getting error

  • @sushantabanerjee6901
    @sushantabanerjee6901 8 месяцев назад +1

    ❤❤

  • @divyanshiagrwal5216
    @divyanshiagrwal5216 4 месяца назад

    "No static resource Charges/save."