idea报错 Consider defining a bean of type ‘xx.PeopleService‘ in your configuration.
问题描述 解决方案: 在启动类添加:SpringBootApplication(scanBasePackages{“com.example.chart2.controller”,“com.exa
2025-1-31940
问题描述 解决方案: 在启动类添加:SpringBootApplication(scanBasePackages{“com.example.chart2.controller”,“com.exa
