Java Config相关注解 @Configuration @ImportResource @ComponentScan @Bean @ConfigurationProperties 定义相关注解 @Component / @Repository / @Service @Controller / @RestController @RequestMapping 注入相关注解 @Autowired / @Qualifier / @Resource @Value
评论加载中