如果检查确实有对应的类存在,试试 加上scanBasePackages 试试
@SpringBootApplication(scanBasePackages = "com.xxx")
检查看对应的实现类上面有没有 service注解
import org.springframework.stereotype.Service;
如果检查确实有对应的类存在,试试 加上scanBasePackages 试试
@SpringBootApplication(scanBasePackages = "com.xxx")
检查看对应的实现类上面有没有 service注解
import org.springframework.stereotype.Service;