netgloo / spring-boot-samples

Spring Boot samples by Netgloo
http://netgloo.com
MIT License
1.52k stars 1.91k forks source link

Missing list objects #5

Open yhojann-cl opened 7 years ago

yhojann-cl commented 7 years ago

In the user controller have: create, delete, find (one item) and update but no list all or find and show multiple items.

azanelli commented 7 years ago

Hi @WHK102, what sample are you looking at? Is it this one: spring-boot-mysql-springdatajpa-hibernate? I think it's a good idea to add a findAll method also. I will add this. Thanks

prolevel1 commented 1 year ago

Hello, Is this issue is resolved I am interested to contribute in this issue?