为了账号安全,请及时绑定邮箱和手机立即绑定

多模块运行报错

为什么我照着运行,报错

Parameter 0 of method userFindAll in web.config.RouterFunctionConfiguration required a bean of type 'UserRepository' that could not found.

正在回答

2 回答

需要需要依赖某个模块,需要引入它

比如 service 模块依赖 dao 模块,需要在 service 里添加

<dependencies>
    <dependency>
        <groupId>com.liuyanzhao.sell</groupId>
        <artifactId>sell-dao</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </dependency>
</dependencies>
0 回复 有任何疑惑可以回复我~

目测是依赖没依赖好  自己看看依赖

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

多模块运行报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信