Description:
Field m in com.example.demo.service.BoardService required a bean of type 'com.example.demo.mapper.BoardMapper' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.example.demo.mapper.BoardMapper' in your configuration.
맵퍼에 빈을찾을수없다 뭐 이런말같은데 어떤문제인지 아는사람
댓글 0