Spring Boot in Tamil - 7 - Mini Web Application with DB Connection - CRUD Operations Muthuramalingam

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

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

  • @balan4420
    @balan4420 8 месяцев назад +5

    To all those h2 db la table create agathavanga Change the User class name into something else apdi athuvum work agalana put all the main java files in same folder/package

  • @srimathip6689
    @srimathip6689 7 месяцев назад

    Really very easy to understand.thank you so much 🙏

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

    Am waiting for next topic sir 🙏 thanks in advance

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

    Thank very much sir , from jaffna

  • @b.vigneshhrithick6054
    @b.vigneshhrithick6054 3 года назад

    Sir, your video tutorial is awesome👏.. Its very useful for me.. Keep up the good work❤️❤️❤️

  • @madfilmer4349
    @madfilmer4349 Год назад +1

    For those whom table is not created in h2 db .
    Create a POJO with different class name.
    Exception throws when a POJO class is created with name "user".

  • @hariharanramakrishnan3220
    @hariharanramakrishnan3220 2 года назад +9

    For those who find h2 db table not created, please make sure it is inside the correct package for example, com.example.demo.model and inside the package create a class with a name other than User. Hope this helps.

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

    Any one help me 21:33 I am give annotations I'd and entity and import also but H2 console la not that class created

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

    21:50 db create agalana...pojo classla @Entity(name ="\"user\""). Create aitum. 👍

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

    Sir I have changed the POJO class name but still the table is not created in H2 database. Can anyone help me on this please.?

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

    Sir thanks for ur quick response ❤️

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

    After adding the jasper dependency also i just get return.jsp what can i do sir?

  • @surendran1726
    @surendran1726 2 года назад +1

    Sir how to connect spring to mysql?

  • @LuluL-j8d
    @LuluL-j8d 10 месяцев назад

    Thank you sir for ur video

  • @LogeshLogesh-s7y
    @LogeshLogesh-s7y 2 месяца назад

    Jasfer file mvn repository kamikaa mattikuthu bro

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

    Spring boot application role based users eppadi usages Tamil la video ella neeinga poduinga sir

  • @benishanp5599
    @benishanp5599 2 года назад +1

    Sir,
    I tried to do address book application. In that, if we have get phone number by providing name, what method should I have to use?
    I had given findByName(name) instead of findById, Its showing error. Also orELse method showing error. Kindly suggest and clear..

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

    Android mvvm Kotlin tutorial upload pannunga

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

    Database is connecting,everything is fine.but how to solve the issues like file not found after request mapping

  • @Aravindsamy-w7k
    @Aravindsamy-w7k Год назад

    sir, I have an error while creating a h2 database. I create a code as same as your code but I still got this same error. This is that error "Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
    2023-11-27T15:39:49.738+05:30 ERROR 23136 --- [ main] o.s.boot.SpringApplication  : Application run failed". I can't understand why I got this error. so please explain me about this error

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

    Sir, Application properties file open aaga mattikuthu . Failed to create the part's controls nu varuthu sir.

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

    Sir in Spring boot every concepts covered ??? In this playlist....!?

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

    Sir model role based video poduinga eppadi use panrathu nu

  • @EUIT-ABINAYAS
    @EUIT-ABINAYAS 2 года назад

    @Payilagam sir i have done the same as you.but user table is not created in the h2database.
    please help me sir

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

      Dont create table name with 'User'. Try any other name for table. Eg. Employee, Student. Error will be rectified.

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

      @@PayilagamChennai Still not Working

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

      @@PayilagamChennai ye sir,error rectified thank you

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

      For people following this tutorial and facing issue, first add @ComponentScan(basePackages="packagenames, package2") annotation with package names seperated by comma or semicolon in the main java file above @SpringBootApplication annotation since we are having the controllers and other things in different package names, second use a different name for the POJO class other than user since it is a reserved keyword in SQL.

  • @AbarnaNeethinayagam
    @AbarnaNeethinayagam 9 месяцев назад

    Hi sir
    Do you have any course?

    • @PayilagamChennai
      @PayilagamChennai  9 месяцев назад

      Yes, we have. Please reach out go Logesh 8344777333

  • @Noname-hc3lw
    @Noname-hc3lw 2 года назад

    Hi Sir, I am not able to create that table and Columns in H2 database as shown in 21:51
    any reason for that sir?

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

      Hi,
      As am also unable to create table in h2 database. Kindly advise

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

      Yes not able to create a table in db

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

      @@sujithac6339 yes i am trying to create a table in h2 database but not created the server was perfectly run if any idea to create a table in h2 database @Mohanraj N @V Balaji

    • @ajayr2893
      @ajayr2893 2 года назад +1

      @@sujithac6339 Because User is reserved word in sql try to change the pojo class name and try it will work definetly

    • @ajayr2893
      @ajayr2893 2 года назад +1

      @@kuthalingarajs6678 Because User is reserved word in sql try to change the pojo class name and try it will work definetly

  • @indhu.v7938
    @indhu.v7938 3 года назад

    How to add japser dependency sir

  • @Soundariyasekar-h3r
    @Soundariyasekar-h3r 10 месяцев назад

    ${user} is not working for me. What should i do?

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

    hi sir, idhu REST API ah?

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

    I am waiting for next topic sir upload your videos sir

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

    not show user table in h2 database why?

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

      Sir check once where you have created the corresponding package is under the src/main/java or else under src/test/java, we have to create the corresponding packages under src/main/java

    • @EUIT-ABINAYAS
      @EUIT-ABINAYAS 2 года назад

      @@vijayalakshmikrishnamoorth2705 i have created it in correct directory.yet the user table is not showing in the h2 database.can anyone help me?

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

      For people following this tutorial and facing issue, first add @ComponentScan(basePackages="packagenames, package2") annotation with package names seperated by comma or semicolon in the main java file above @SpringBootApplication annotation since we are having the controllers and other things in different package names, second use a different name for the POJO class other than user since it is a reserved keyword in SQL.@@vijayalakshmikrishnamoorth2705

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

    User in 21:51 not created...May I know why sir

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

      Iam also facing this problem

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

      @@albatross2576 For people following this tutorial and facing issue, first add @ComponentScan(basePackages="packagenames, package2") annotation with package names seperated by comma or semicolon in the main java file above @SpringBootApplication annotation since we are having the controllers and other things in different package names, second use a different name for the POJO class other than user since it is a reserved keyword in SQL.

  • @arunkumar-vs7bd
    @arunkumar-vs7bd 3 года назад

    i did same as you...but i got white label error.. after submitting the details in jsp page? can u assist me please..

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

    A class in JSON creation from db would be great

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

    Sir user table is not creating in H2 database even i have tried all the remedies available in Google still I can't figure out what's the problem please help me out

    • @PayilagamChennai
      @PayilagamChennai  2 года назад +2

      Start your Server and Confirm.

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

      @@PayilagamChennai sir now again after restarting my sts I have started server but no use user table not created

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

      @@santhoshkumae9767 Because User is reserved word in sql try to change the pojo class name and try it will work definetly

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

      @@ajayr2893 bro not able to create

  • @dhivyak1676
    @dhivyak1676 10 месяцев назад

    Thank you sir

  • @MrVivekvideos
    @MrVivekvideos 5 месяцев назад

    thanks

  • @organicsa-z1018
    @organicsa-z1018 2 года назад +1

    Sir neenga panadhe apdiye follow pane ,, aana return index kudutha html page return aaga maatenguthu . index nu matu return aaguthu. Pls help

    • @BM-AARTHIS
      @BM-AARTHIS 2 года назад

      Add Jasper file in your pom.xml

    • @gautampa7
      @gautampa7 Год назад +2

      For people following this tutorial and facing issue, first add @ComponentScan(basePackages="packagenames, package2") annotation with package names seperated by comma or semicolon in the main java file above @SpringBootApplication annotation since we are having the controllers and other things in different package names, second use a different name for the POJO class other than user since it is a reserved keyword in SQL.

    • @sridharanb3299
      @sridharanb3299 9 месяцев назад

      ​@@gautampa7
      Thank you sir

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

    H2 database ku puriyudhu.. ana MySQL use panumbothu UserDAO userdao nu oru reference create panradhu work agala.. null values tha add agudhu..
    KINDLY EXPLAIN THE SPRING MVC WEBAPP WITH MYSQL

  • @Dmahaprabhu-x3z
    @Dmahaprabhu-x3z Год назад

    class lam different package la place panna work table create aagamatinguthu sir
    but same package la vacha aaguthu

    • @vetri3932
      @vetri3932 10 месяцев назад

      thank you bro for your solution

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

    Sir How to insert image to database?

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

    Sir no videos😥😥😥😥

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

    Sir ennakku konjam doutlam irukku sir eputi kekkurathunu konjam sollunga sir

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

    48:13

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

    sir what is the difference between POJO and JPA?

    • @Shaktish-kumar
      @Shaktish-kumar 2 года назад

      JPA is used to access, manage, and persist data between Java object and relational database.
      Here in POJO, we try to represent the table fields available in the Database. So we can do CRUD operations.

  • @KarthiKeyan-ov3es
    @KarthiKeyan-ov3es 3 года назад

    Super

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

    i tried a lot to create table in mysql and h2db but table is not created i cant find the solution

    • @PayilagamChennai
      @PayilagamChennai  2 года назад +1

      Create table with any other name. Dont create table as 'user'. This is restricted recently by H2 Database

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

    👍👍👍👍👍👍👍

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

    Sir class create aagamattithu (user class)

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

      Check our pinned message. You should not give class name as User. Try some other name for table. It will work.