Posts by João Victor • 3 points
1 post
- 
		-3 votes2 answers192 viewsQ: How to make the findById method in spring-boot?I’m making an Api where I need to get a user’s information through findById, but the STATUS in Postman is like 200 and did not display anything. Code below. controller @RestController…