事务相关
- @EnableTransactionManagement //开启事务支持
- @Transactional //具体使用事务的方法或类
切面相关
- @EnableAspectJAutoProxy //开启注解版的AOP功能
组件扫描与配置类
- @Component
- @Controller
- @Service
- @Repository
- @ComponentScan
- @Bean
- @Conditional //Bean装配时限制条件
- @Configuration
- @Import
- @Lazy
- @PropertySource
依赖注入
- @Autowired
- @Qualifier
- @Value
web
- @RequestMapping
- @Get/Post/Put/Delete/Patch Mapping
- @ResponseBody
- @RestController
- @RequestBody
- @ControllerAdvice
- @ExceptionHandler
- @RequestParam
- @PathVariable
- @CrossOrigin
其它
- @Order //定义Spring IOC容器中Bean的执行顺序的优先级
posted @
2023-03-03 09:21
程长新
阅读(
22)
评论()
收藏
举报