elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
https://eladmin.vip/demo
Apache License 2.0
21.19k stars 7.34k forks source link

运行出现错误:Field appMapper in me.zhengjie.modules.mnt.service.impl.AppServiceImpl required a bean of type 'me.zhengjie.modules.mnt.service.mapstruct.AppMapper' that could not be found. #683

Closed maosheng1991 closed 2 years ago

maosheng1991 commented 2 years ago

你好大佬:

版本: v2.6 环境:本地 复现步骤:运行出现错误:Field appMapper in me.zhengjie.modules.mnt.service.impl.AppServiceImpl required a bean of type 'me.zhengjie.modules.mnt.service.mapstruct.AppMapper' that could not be found. 日志提供: APPLICATION FAILED TO START


Description: Field appMapper in me.zhengjie.modules.mnt.service.impl.AppServiceImpl required a bean of type 'me.zhengjie.modules.mnt.service.mapstruct.AppMapper' that could not be found. Action: Consider defining a bean of type 'me.zhengjie.modules.mnt.service.mapstruct.AppMapper' in your configuration. 谢谢。

elunez commented 2 years ago

看文档