작콩큰콩

오류 : o.m.s.mapper.ClassPathMapperScanner 본문

작은 콩 개발자/오류

오류 : o.m.s.mapper.ClassPathMapperScanner

귤치치 2023. 6. 22. 13:18

2021. 2. 23. 19:12

- 이 것을 추가해 주니 해결되었다.

@MapperScan(basePackages = {"edu.bit.ex.mapper"})

* 혹시 이 부분 추가하면 되는 건가 싶어서 추가해주었지만 안되었다.

- application.properties

spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfig

Comments