Spring Data CRUD(MongoDB)

对数据库的操作一定要放在@Service 类中,而不是放在 @Controller 类中;且 @Controller 类可以调用 @Service 类的方法,反之则不行。这是 SpringMVC的经典架构理论。

阅读更多