Show ads of people you follow Spring JPA
问题 I have a User, an Ad, and a table Follows that show who follows who. What I need to do is I need to implement a button that on clicked (and being loged in) regsiters that follow on the Follows table, and them you need to be able to show just de Ads ofthe people you follow (Currently there's only a view of ALL the ads, and now I need to make one that just shows the one that have been posted by the users I follow) Any ideas of how can I make that possible? AdRepository: @Repository public