需要加入注解@ComponentScan(basePackages="bean所在的包名")

example:

 

@SpringBootApplication
@ComponentScan(basePackages="com.,abc.")
public class TechproofApplication {
}

相关文章:

  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
猜你喜欢
  • 2022-01-29
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-02-18
  • 2021-09-30
  • 2021-10-09
相关资源
相似解决方案