1.springboot项目中启动时报错:the dependances of same of the beans in the application context form a cycle
解决办法:
方法一:
service实现类中使用: ManualTService manualTService=SpringUtils.getBean(ManualTService.class);
或者是:
方法二:
1.springboot项目中启动时报错:the dependances of same of the beans in the application context form a cycle
解决办法:
方法一:
service实现类中使用: ManualTService manualTService=SpringUtils.getBean(ManualTService.class);
或者是:
方法二: