SpringBoot注解

SpringBoot注解

  • @SpringBootApplication
  • @SpringBootTest
  • @ServletComponentScan

 

Spring注解

  • @Component
  • @RestController
  • @Autowired
  • @RequestMapping

 

JUNIT注解

  • @RunWith

 

Web注解

  • @WebFilter