我在一个SpringBoot项目中有几个类,一些使用@Autowired,一些不使用。我的代码如下:Application.java(@Autowired作品):packagecom.example.myproject;@ComponentScan(basePackages={"com.example.myproject"})@Configuration@EnableAutoConfiguration@EnableJpaRepositories(basePackages="com.example.myproject.repository")@PropertySource({"class