002 SpringBoot 常用註解

GuanJie發表於2020-06-09

Java Config 相關注解

  • @Configuration
  • @ImportResource
  • @ComponentScan
  • @Bean
  • @ConfigurationProperties

定義相關注解

  • @Component@Repository@Service
  • @Controller@RestController
  • @RequestMapping

注入相關注解

  • @Autowired@Qualifier@Resource
  • @Value
本作品採用《CC 協議》,轉載必須註明作者和本文連結

老哥以後是要做 CTO 的人,這些技術怎麼能不會呢?

相關文章