Search REST API using Spring Boot, Spring Data JPA, and MySQL Database | Real-Time Example

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

КОМЕНТАРІ • 54

  • @JavaGuides
    @JavaGuides  2 роки тому +13

    Appriciate your support by liking, sharing, and commenting on this video ❤️

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

      your tuts are really helpful can you please make a tutorial about BBD in Spring Boot with Layers(Domain, Repository, Service and Web Layers) pleasee and keep going

    • @ulisesguzman5674
      @ulisesguzman5674 Рік тому

      Only for curiosity
      What advice would you give to remember so much information xd?
      What is your diet?
      Keep it up
      Cheers

    • @A90Ross
      @A90Ross Рік тому

      any ideas how i can add pagination to this?

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

    Your tutorials are another level. Successfully implemented step by step 👍

  • @meenajadhav5533
    @meenajadhav5533 2 роки тому +2

    Best tutorial ever seen. Step by step wow just awasome 👌

  • @lotheramvs3716
    @lotheramvs3716 Рік тому

    I wasnt finding any content like this in any other places, ty so much!

  • @abhishekthapa5879
    @abhishekthapa5879 Рік тому

    Step by step process.
    This video is really useful.Thanks!

  • @praveenn7001
    @praveenn7001 Рік тому

    Your explanation excellent every point understanding way. Thanks

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

    My application is up and running and table created In my sqlbut no sql query in console

  • @michelletan4249
    @michelletan4249 Рік тому

    Thank you very very much! Your tutorials are another level. Successfully implemented step by step! that help beginning understand easily! thank you , you a gem! Really appreciated your precious time!

  • @HafizNouman-g2q
    @HafizNouman-g2q Рік тому

    love to watch your videos really easy to understand java

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

    Tq so much for you sharing good content sir.....😍
    And we are waiting for microservises tutorial sir

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

    Great tutorial man thanks!!! hope you can reach more people

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

    Good one. Can you please explain how to raise custom exception when we hit invalid URL in spring boot

  • @karishmarawat1359
    @karishmarawat1359 2 роки тому

    Great content as always.
    I have one request please create separate playlist for DropWizard in future.
    Thank you so much Java Guides !

  • @rekhapandit2797
    @rekhapandit2797 Рік тому +1

    Please add image also so we clarify how to upload image

  • @surajupadhyay5340
    @surajupadhyay5340 Рік тому

    i am getting error :
    Error creating bean with name 'productServiceImpl'
    Error creating bean with name 'productRepository'
    Could not create query for public abstract java.util.List com.springbootsearchrestapi.repository.ProductRepository.searchProducts(java.lang.String); Reason: Validation failed for query for method public abstract java.util.List com.springbootsearchrestapi.repository.ProductRepository.searchProducts(java.lang.String)

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

    Make one video on How to call stored procedure in spring boot

  • @l.kennethwells2138
    @l.kennethwells2138 Рік тому

    I don't have those spring versions available? Any idea on what I should use

  • @berkbalci5309
    @berkbalci5309 2 роки тому

    If I want to use "And" at query. How should I use RequestParam with 2 entity

  • @praveenn7001
    @praveenn7001 Рік тому

    Data only id generated but remaining null null what should I do, please .....

  • @michelvandeweetering4450
    @michelvandeweetering4450 2 роки тому

    bravo. just what i was looking for.

  • @kodisidoondipriyadarshini4572
    @kodisidoondipriyadarshini4572 2 роки тому

    Hii sir i worked this program but i want to display my oracle database details in console what is the logic to implement sir

  • @arifachamanshaikh3966
    @arifachamanshaikh3966 Рік тому

    Hi sir my springboot application is running fine but live data is not loading on index.html page kindly reply

  • @surajupadhyay8111
    @surajupadhyay8111 Рік тому

    I followed line by line but still application is not starting and giving error like unsatisfied depending and not able to find bean ProductService

  • @suvarnaswami4570
    @suvarnaswami4570 2 роки тому

    I really needed this content, can you please show me how to search using date like in this case date created field

  • @parthhsheth2462
    @parthhsheth2462 2 роки тому

    Facing the issue while creating an entry and also while searching the value. Postman just sends back null value i.e [{}]
    Help me out here, I tried everything as you said.

  • @kodisidoondipriyadarshini4572
    @kodisidoondipriyadarshini4572 2 роки тому

    Sir please help me for How to display the data in console without using postman software

  • @aliaskararzykulov2361
    @aliaskararzykulov2361 2 роки тому

    excelent bro keep on

  • @nikhilsai1846
    @nikhilsai1846 2 роки тому

    I am facing issue in postman when i given json input when i send post request it's retiring empty list {} and in eclipse consoles also hibernate insert into product(parameters) then values(?,?,?,?,?,?) Like this comming my input was not acrping and retiring empty list

    • @Delano0b
      @Delano0b Рік тому

      I have the same :( Have you found a solution?

    • @AP-yf7fx
      @AP-yf7fx Рік тому

      @@Delano0b Maybe you found solution?

  • @panusha7784
    @panusha7784 Рік тому

    Very good Explanation ,please provide mysql link

  • @srivasudha2474
    @srivasudha2474 Рік тому

    Sir can you please tell me the Tools and Technologies used in this...please

  • @problemssolver2015
    @problemssolver2015 2 роки тому

    Excelent work

  • @ashishkhandagale4456
    @ashishkhandagale4456 Рік тому

    Develop three REST end points
    1. POST to /user: To save user's name, email and date of birth in database
    2. GET to /user?limit={n}: To return n number of user details
    3. GET to /user/ages?gt={n}: To return user names and ages whose age is greater than n

  • @Rahulkumar-xb7so
    @Rahulkumar-xb7so Рік тому

    unable to creat table in database.

  • @dryujin1004
    @dryujin1004 2 роки тому

    great! thanks it works really well

  • @surajupadhyay8111
    @surajupadhyay8111 Рік тому

    I am getting some constructor issue

  • @aalampraveens3201
    @aalampraveens3201 2 роки тому

    Super nice ❤️

    • @aalampraveens3201
      @aalampraveens3201 2 роки тому

      After giving data in postman not showing any results but in data base it's storing null values????any suggestions

  • @eugenerudakov3624
    @eugenerudakov3624 2 роки тому

    Hi! You can use @Data instead of @Getter, @Setter

    • @JavaGuides
      @JavaGuides  2 роки тому +5

      Don't use @Data until you need extra methods ( toString, equals, hashcode etc)

  • @Thepantino
    @Thepantino 2 роки тому

    Great tutorial!!!

  • @vn1t380
    @vn1t380 2 роки тому

    Great video!

  • @petarJK
    @petarJK 2 роки тому

    Thank you, Sir!

  • @praveenn7001
    @praveenn7001 Рік тому

    What is the next step bro please tell me any one I stuck here last 3 days..

  • @praveenn7001
    @praveenn7001 Рік тому

    Data not taken into postman but it shows 200. Ok

  • @mahmutyildirim6707
    @mahmutyildirim6707 2 роки тому

    thank you bro :)

  • @vishnuvardhand7728
    @vishnuvardhand7728 2 роки тому

    sir! iam unable to run the application its showing the error "Unable to resolve name [org.hibernate.dialect.MYSQL8Dialect] as strategy [org.hibernate.dialect.Dialect]" please help me

  • @aslamkhaja2069
    @aslamkhaja2069 Рік тому

    Hai sir I'm trying to contact you through mail please look into it sir