spring容器通过@Data @Service @Controller进行注解后,注入到容器里
就不能new 对象来进行使用
从spring容器中获取一个实例:SpringContextHolder.getBean(managerService.class)......