Spring Boot | JPA | MVC | H2 Example Part 2

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Editing Monitors :
    amzn.to/2RfKWgL
    amzn.to/2Q665JW
    amzn.to/2OUP21a.
    Spring Boot | JPA | MVC | H2 Example Part 2:- github.com/nav...
    Check out our website: www.telusko.com
    Follow Telusko on Twitter: / navinreddy20
    Follow on Facebook:
    Telusko : / teluskolearn. .
    Navin Reddy : / navintelusko
    Follow Navin Reddy on Instagram: / navinreddy20
    Subscribe to our other channel:
    Navin Reddy : www.youtube.co....
    Telusko Hindi :
    www.youtube.co....
    Donation:
    PayPal Id : navinreddy20
    Patreon : navinreddy20
    www.telusko.com...

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

  • @melsaied101
    @melsaied101 4 года назад +1

    @Override
    public String toString() {
    return "Alien [aid=" + aid + ", aname=" + aname + ", tech=" + tech + "]";
    }

  • @shalinifefar4750
    @shalinifefar4750 4 года назад +1

    Hello. Can anyone help me? I am getting below response when I am trying to to fetch the data.
    Optional[com.example.demo.model.Alien@3969d310]

    • @nileshdivekar3127
      @nileshdivekar3127 4 года назад +1

      Generate toString method in Alien class by clicking cltr+shift+s. Then click on generate toString. It will work

  • @deepthireddy8686
    @deepthireddy8686 6 лет назад +2

    sir could you please make a video on spring webservices security and exception handling features

  • @satwickganta943
    @satwickganta943 3 года назад +1

    ${alien} is not showing any ouput on the webpage. Please help

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

    i wish you added the service layer... would have made this video the bomb.. its still a bomb though... thank you.

  • @foton8998
    @foton8998 4 года назад +1

    it is so good video but i have to critisize you if you permit

  • @ahmetozdemir2207
    @ahmetozdemir2207 6 лет назад +1

    If I am not wrong, save() method is adding new row to database if there is no entry with given values, or else it updates the current row.

  • @amiteshkumar3057
    @amiteshkumar3057 5 лет назад +1

    Hi Navin.....your videos are great, you have a way to put complex things in a very simple manner.
    Can You please upload a video on exception handling in spring boot ?

  • @KunalKumar-tm1zp
    @KunalKumar-tm1zp 6 месяцев назад

    i'm getting error when i create data.sql file.

  • @chinmaydas4053
    @chinmaydas4053 6 лет назад +1

    As usual your another knowledge video.. Please sir make a video on java 10, its good and bad features. Sir make a video on the path to master the artificial intelligence math, programming etc.. 🙏..

  • @devbros2241
    @devbros2241 5 лет назад +2

    The Page Created returns blank. Help

  • @prabhavathib871
    @prabhavathib871 3 года назад +2

    ${alien} is not working for me

    • @satwickganta943
      @satwickganta943 3 года назад

      for me too

    • @alin7061
      @alin7061 Год назад

      try adding this in your xml, it should work:

    • @motorsport_f1379
      @motorsport_f1379 Год назад

      @@alin7061 in xml?.there is no xml file in spring boot right?..

  • @tharlinhtet97
    @tharlinhtet97 4 года назад +1

    That's what i m looking for.That's it.You are the hero for a lot of programmers and also a legend in my book.

  • @AbuRashed-m2g
    @AbuRashed-m2g 6 месяцев назад

    thanks , nice tutorial.

  • @AbuRashed-m2g
    @AbuRashed-m2g 6 месяцев назад

    thanks , nice tutorial.

  • @rajeshtank7336
    @rajeshtank7336 6 лет назад +1

    Sir can u please make a video on Docker for how can I use in project and how can I use it?

  • @megawow2295
    @megawow2295 2 года назад

    Yeeeees, you are the best. I saw a lot of other videos, but those guys did not watch all prosess. it so simple and beautifull, i'm definitely your fanat

  • @lathavoggu2639
    @lathavoggu2639 3 года назад

    I created a class with id, name and tech from the beginning of this spring boot series, Just surprised same thing happen to view on 12th video of series.

  • @abhijitthorat4123
    @abhijitthorat4123 3 года назад

    HI Naveen, actually I followed all the steps in video but the table is not created in h2 console. Tried several solutions from stack overflow but no luck. Any suggestion?

  • @iamchiranjeevin
    @iamchiranjeevin 6 лет назад

    But why H2 why not MySql bro ?? in real time people dont use a runtime db right ?

  • @manjiri3539
    @manjiri3539 Год назад

    Hi... Videos are really helpful to learn. I have query. I have added add on STS through market place in eclipse. I have a created project using Spring Starter Project. But I am facing issue while opening application.properties file. It shows "Failed to create the parts controls". javax/ inject/ provider in error log.

  • @kmsabbir007
    @kmsabbir007 2 года назад

    spring.datasource.platfrom=h2 didn't work please someone help me

  • @hariomsinha6894
    @hariomsinha6894 4 года назад

    i am getting a NULL as a return !! Please help

  • @sravankumar9609
    @sravankumar9609 5 лет назад

    Please make videos on java with docker and kubernetis

  • @shubh651
    @shubh651 8 месяцев назад

    Hi, I am able to store data but the getAlien method is running to open the new jsp page but it is blank. Can you tell me what can be wrong please

    • @stranger8893
      @stranger8893 8 месяцев назад

      Are u able to solve this or still stuck?

    • @shubh651
      @shubh651 8 месяцев назад

      No it didn't work

    • @stranger8893
      @stranger8893 8 месяцев назад

      @@shubh651 well after wasting 15 minutes i found a way
      Just use key value in addobject
      Like this
      mv.addObject("key",alien);
      And in jsp file
      Use key
      ${key}
      It worked for me

    • @stranger8893
      @stranger8893 8 месяцев назад

      @@shubh651
      Well after wasting 15 min i found a way
      add key value in addobject
      Like sir used in previous lecture

  • @sruthyjayan7526
    @sruthyjayan7526 4 года назад

    how can we use h2db for unit testing

  • @rajpatel442
    @rajpatel442 4 года назад

    When I put my classes in different package like controller,entity,dao .. then my application doesn't work..it show 404 not found ...
    And when I put all those classes together it works fine..
    What is the reason behind it ?

    • @angtanqui1390
      @angtanqui1390 4 года назад +1

      Change the package in your class

  • @tulsikhatri8694
    @tulsikhatri8694 6 лет назад

    sir is channel per advance java ke lectures bi hai kya

  • @mohammadgousesk1050
    @mohammadgousesk1050 3 года назад

    Super

  • @raveendrareddy8900
    @raveendrareddy8900 6 лет назад

    sir please make videos on spring security

  • @gopisambasivarao5282
    @gopisambasivarao5282 4 года назад

    Thanks so much Navin.

  • @rahul-java-dev
    @rahul-java-dev 4 года назад

    Thank you Sir.

  • @olahomori5561
    @olahomori5561 6 лет назад

    Using @Query annotations? To create a complex query? I am not sure 😑

    • @olahomori5561
      @olahomori5561 6 лет назад

      Or through names like findByAname.. I'll try this on my IDE ☺

  • @ilhamAhmedzada
    @ilhamAhmedzada 5 лет назад

    good ,thanks

  • @anushka3287
    @anushka3287 5 лет назад

    thanks , nice tutorial

  • @larswang6759
    @larswang6759 5 лет назад

    Very helpful for me

  • @prabhavathib871
    @prabhavathib871 3 года назад

    jstl is not working., what to do??

  • @akshaytalekar2307
    @akshaytalekar2307 6 лет назад

    🙏

  • @6977202865
    @6977202865 5 лет назад

    AWESOME!!

  • @prachisutane8367
    @prachisutane8367 5 лет назад +1

    hii,,, can u plz tell how to connect with postgreSQL

  • @somsuryananda
    @somsuryananda 5 лет назад

    Hi Navin Sir,
    The work that you do is awesome and indeed your knowledge level is too high !!
    I have been facing some issues with the Data JPA portion. I do think so that it has something to do with the configuration.
    Please can you add the version of the softwares youa re using in this video.
    like version of STS, OS, Java, Spring etc.(if I missed any)