Field categoryMapper in com.wlkg.service.CategoryService required a bean of type 'com.wlkg.mapper.Ca

mac2026-05-07  7

没有加通用mapper的依赖或者没有加@MapperScan(“com.wlkg.mapper”)

Field categoryMapper in com.wlkg.service.CategoryService required a bean of type ‘com.wlkg.mapper.CategoryMapper’ that could not be found.

Action:

Consider defining a bean of type ‘com.wlkg.mapper.CategoryMapper’ in your configuration.

最新回复(0)