0 votes
in JAVA by

Write some of the important Spring annotations

1 Answer

0 votes
by

Below are the some of the important Spring annotations

Important Spring annotations are:

• @Controller

• @RequestMapping

• @ResponseBody

• @PathVariable

• @Autowired

• @Qualifier

• @Service

• @Scope

• @Configuration

• @ComponentScan

• @Bean

...