Springboot splits the sub-module, the controller interface of the sub-module cannot be found

子模块的controller接口无法找到(报404)

a. 检查根模块是否引入子模块的依赖,以及module b. 检查启动类所在的模块是否引入了该子模块的依赖(主要问题根源) ```

b.依赖注入是否OK

Guess you like

Origin blog.csdn.net/wangleisuiqiansuiyue/article/details/108383840