Spring Boot 注解
2022-03-27 23:22:23   0  举报             
     
         
 AI智能生成
  Spring Boot 常用注解
    作者其他创作
 大纲/内容
  原生注解    
     自动配置    
     @SpringBootApplication  
     @EnableAutoConfiguration  
     @SpringBootConfiguration  
     Web 注解    
     @RestController  
     @Controller  
     @ResponseBody  
     @GetMapping  
     @PostMapping  
     @PutMapping  
     @DeleteMapping  
     @RequestMapping  
     @RequestAttribute  
     @RequestHeader  
     @RequestParam  
     @PathVariable  
     @RequestBody  
     @ResponseBody  
     @ModelAttribute  
     组件注解    
     @Service  
     @Repository  
     @Component  
     @ComponentScan  
     Bean 注解    
     @Autowired  
     @Qualifier  
     @Value  
     @Bean  
     @Import  
     @ImportResource  
     @Lazy  
     @Primary  
     @Profile  
     @PropertySource  
     事务注解    
     @Transactional  
     AOP 注解    
     @Aspect  
     @Before  
     @After  
     @Around  
     @Pointcut  
     @AfterReturning  
     @AfterThrowing  
     @DeclareParents  
     第三方注解  
     
    收藏 
     
 
 
 
 
  0 条评论
 下一页
  
  
  
  
  
  
  
  
  
  
  
 