#21 Project using Spring | Project Setup with Model

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

КОМЕНТАРІ • 31

  • @lootster
    @lootster 3 місяці тому

    00:04 Build the backend using Spring for the application
    01:34 Setting up a Spring project with minimal dependencies.
    03:05 Configuring database and JPA properties in a Spring project
    04:27 Key product details needed for e-commerce website setup.
    05:52 Setting up product properties and classes in Indian date format
    07:24 Setting up a basic controller for a Spring project
    08:54 Defining a new class 'Product' with necessary properties and configuration.
    10:42 Database table setup and verification process in H2 database

  • @samuelochie1284
    @samuelochie1284 4 місяці тому +5

    If you are working with a database like Postgres, you should not name the variable desc (as done in 9:10) as that is a keyword in sql so the orm would not create a table with that column name therefore you’ll get an error in your code. You should name that variable something else.

  • @abishekmagar8790
    @abishekmagar8790 5 місяців тому +4

    Well Explained
    Can't wait for next video

  • @pranaypaul6361
    @pranaypaul6361 5 місяців тому +2

    Solid basics. Waiting for next one.

  • @Devivl
    @Devivl 4 місяці тому +2

    A great easy video for repeating the material you've learned. 👍

    • @based-david
      @based-david 4 місяці тому +1

      lowkey he's better than my uni lectures which i spend millions :-}

  • @dahhakbashar1996
    @dahhakbashar1996 28 днів тому +1

    I am very happy with learning from this Chanel

  • @KaustubhKolhe
    @KaustubhKolhe 5 місяців тому

    an awesome video indeed, Thank you sir

  • @ousmanetanorcisse9774
    @ousmanetanorcisse9774 5 місяців тому

    keep going with you Sir

  • @HARIPRASATHAU
    @HARIPRASATHAU 5 місяців тому +1

    Super sir

  • @naraynwetal6544
    @naraynwetal6544 4 місяці тому

    Excellent Explained

  • @DovahKiinActual
    @DovahKiinActual 5 місяців тому +1

    Impeccable timing. Can you show how to query from multiple tables?

  • @VijayAnand-he8lo
    @VijayAnand-he8lo 5 місяців тому

    Good explanation

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 3 місяці тому

    Good review one!

  • @ucLe-ux7zp
    @ucLe-ux7zp 3 місяці тому

    great lecture, thank sir

  • @AjayKumar-go4jr
    @AjayKumar-go4jr 3 місяці тому

    Nice Content!

  • @Jenisha-tv2mi
    @Jenisha-tv2mi 3 місяці тому

    great video

  • @DevGhost97
    @DevGhost97 12 днів тому

    Thank you sir

  • @naraynwetal6544
    @naraynwetal6544 4 місяці тому

    Really appreaciate

  • @akhileshwarkharwar6618
    @akhileshwarkharwar6618 5 місяців тому +2

    Sir, if I am a student of Diploma in Cs and I want to get a job as a Software Engineer in IT Companies, then what all should I learn?

    • @FSUfanatic11
      @FSUfanatic11 5 місяців тому

      I work at a bank now and the 2 most common needs are a knowledge in SQL and Tableau or knowledge in Java and Spring. Either one you need to make projects for yourself to showcase your abilities.

  • @CodeProWhite
    @CodeProWhite 5 місяців тому

    waiting for next video

  • @TochukwuVictor-qe4xd
    @TochukwuVictor-qe4xd 5 місяців тому

    Java all the way

  • @RanjithKumar-g7h
    @RanjithKumar-g7h 5 місяців тому

    What is the below error ? while stating server
    java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null

  • @TochukwuVictor-qe4xd
    @TochukwuVictor-qe4xd 5 місяців тому

    ❤❤❤

  • @based-david
    @based-david 4 місяці тому

    wass here!@

  • @Bhushan-DN
    @Bhushan-DN 5 місяців тому

    Hii

  • @jairramirez6900
    @jairramirez6900 5 місяців тому

    This content is

  • @Annonymous-ko9pf
    @Annonymous-ko9pf 2 місяці тому

    aa

  • @_AYUSHMEHROTRA
    @_AYUSHMEHROTRA 3 місяці тому

    Hii sir,
    I am Using MySQl DB and I am Getting org.hibernate.tool.schema.spi.CommandAcceptanceException this Error