Spring Boot tutorials | Spring JDBC - CRUD Operations using spring-jdbc module

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 5

  • @tanveersyed1049
    @tanveersyed1049 2 роки тому +1

    Thanks for uploading videos ...helps us a lot

  • @rachamallidorasrivignesh4499
    @rachamallidorasrivignesh4499 2 роки тому +1

    Excellent teaching on spring jdbc template on crud operations madam tq.

  • @vijaykumar-wu9jc
    @vijaykumar-wu9jc 3 роки тому +2

    use @entity no need to create table manually in db

    • @ShristiTechAcademy
      @ShristiTechAcademy  3 роки тому +2

      @Entity can be used with spring-data-jpa. Here we are using simple JDBC module to connect to the database. So we are creating the table manually