#22 Project using Spring | Loading data in H2

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

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

  • @pranaypaul6361
    @pranaypaul6361 4 หลายเดือนก่อน +8

    H2 is so so convincible for any quick test purpose!! great explanation bit by bit!!

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

      I agree. Testcontainers are also a great option for testing. If you haven't studied it before, I recommend it. Good luck, friend!

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

    I like that you break up a big project into lots of short videos.
    This way the material is digested much better and it's easier to navigate through the lesson topic.
    Thank you. Great lessons from a genius teacher.

  • @user-cd8cg3yr1q
    @user-cd8cg3yr1q 4 หลายเดือนก่อน +2

    nice way of teaching things thank you sir

  • @tysontyson2616
    @tysontyson2616 28 วันที่ผ่านมา +1

    Very Good Explanation Thanks!

  • @jairramirez6900
    @jairramirez6900 4 หลายเดือนก่อน +2

    I've never used H2 before, tho it's cool to learn a new tool

  • @Unknown373d
    @Unknown373d 4 หลายเดือนก่อน +12

    insert into product (name, desc, brand, price, relese_Date, available, quantity) VALUES
    ('tata nexon', 'features and performance', 'TaTa Motors', 750000.99, '2024-01-15', true, 45),
    ('Renault Kwid', 'fuel efficiency and reliable', 'Renault Motors', 500000.00, '2018-02-01', false, 100);

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

      Hello, Could you share queries that in explanation please❤

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

      thank u

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

    00:04 Creating method to return list of products
    01:30 Creating service layer and annotation in Spring
    02:57 Creating object of repository and extending JPA repository
    04:25 Adding data in H2 database
    05:50 Troubleshooting data loading issues in H2 database.
    07:17 Using generated value annotation for autogeneration
    08:54 H2 temporary database causes data loss on application restart.
    10:22 Delay data source initialization in Spring using spring.jpa.defer-data-source-initialization

  • @VivekKumar-fm2lv
    @VivekKumar-fm2lv 4 หลายเดือนก่อน +2

    Waiting for next video of this series

  • @RishavKumar-py1ns
    @RishavKumar-py1ns หลายเดือนก่อน

    Thanks sir, the course is very good

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

    Looking forward to the next lessons!

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

    I'm sure you can use H2 file format data base, with file database you will not losing data every run application

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

    Waiting for next video...

  • @AjayKumar-go4jr
    @AjayKumar-go4jr 2 หลายเดือนก่อน

    Nice Content!

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

    Excellent

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

    waiting for the next video

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

    While practicing it I mistakenly typed String for the id and at first it executed well, later when we added the annotation to generate id automatically then it started giving error. At this time I didn't know why I am getting error, it took hell of time for me to find it 😅😅😅 then I was like 😑😑😁

  • @jaswanthjassu4389
    @jaswanthjassu4389 10 วันที่ผ่านมา

    after completion of output in h2 console database , how did you get the browser exactly , i am not getting it

  • @matrix2003-o6n
    @matrix2003-o6n หลายเดือนก่อน

    sir, how to connect mysql workbench and intellij database? I want to use MySQL instead of H2

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

    Sir I connected using simple html css and js

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

    why releaseDate is getting changed to release_date ?

    • @Gaurav-Telusko
      @Gaurav-Telusko 3 หลายเดือนก่อน

      Spring Boot, JPA, and Hibernate automatically convert camel case in your Java class to snake case in the database. So, releaseDate in your Product class becomes release_date in the database.

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

    the lombok is not working i tried it with getters and setter it worked

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

    .sql files are not supported in community edition

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

    Pls how can i chat with you sir

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

    Iam able to see the data in H2 but not able to see in the browser and postman. It's showing {} for how many products data i have entered could anyone please Help and i'm using Eclipse

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

      I had the same problem so I decided not to use lombok: I generated constructor + getters & setters in Product class and now it works

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

      ​@@iulia6579 Thank you so much 😊

  • @darshandeshbhandari-8098
    @darshandeshbhandari-8098 4 หลายเดือนก่อน

    In eclipse lombok is not working 😢

    • @Gaurav-Telusko
      @Gaurav-Telusko 3 หลายเดือนก่อน

      please configure your lombok properly.

    • @Gaurav-Telusko
      @Gaurav-Telusko 3 หลายเดือนก่อน

      and if it is configured properly, please share the error you are facing?

  • @AngusMayer-i6w
    @AngusMayer-i6w 4 หลายเดือนก่อน +1

    Bro, how many playlists do you have on java spring, every playlist on your channel says java, yet you are starting new series. Why repeat new series if one is already present in your channel?

    • @Telusko
      @Telusko  4 หลายเดือนก่อน +6

      Versions

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

    First here❤

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

    spring.jpa.defer-datasource-initialization=true uses this the errors has not gone it shows the same error please help
    how to solve it

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

      Any solution? :(

    • @Gaurav-Telusko
      @Gaurav-Telusko 3 หลายเดือนก่อน +1

      what is the error you are facing? could you please share the error?

    • @Gaurav-Telusko
      @Gaurav-Telusko 3 หลายเดือนก่อน

      @@maheshmahi9307 could you please share your application.properties code.

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

      @@Gaurav-Telusko Got it !! May be just naming difference in the form of 'description' for 'desc' in repo file