springboot(4)--常用注解

@Controller

@RestController

@RequestMapping

@GetMapping  @PostMapping  @DeleteMapping  @PutMapping  @DispatchMapping

@PathVairiable  @RequestParam  @RequestAttribute

@Service  @Repository  @Component

@SpringBootApplication: @SpringBootConfiguration+@EnableAutoConfiguration+@ComponentScan

扫描二维码关注公众号,回复: 3742526 查看本文章

猜你喜欢

转载自blog.csdn.net/qq_30186661/article/details/83241473