Posts by Thiago Magalhães • 11 points
1 post
-
1
votes0
answers81
viewsQ: Empty return webapp when searching for ID in the Mongo DB database (spring MVC+Thymeleaf)
Controller class where the ID search method is found: package br.com.apisw.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import…