springboot启动服务报错Error creating bean with name 'xxx defined in class path

问题缘由: springboot启动类找不到对应的包和类spring 解决:  在application启动类中添加注解@ComponentScan({"base.test.xxx"}) springboot
相关文章
相关标签/搜索