You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3.4 KiB

title date updated tags categories keywords description top_img comments cover toc toc_number toc_style_simple copyright copyright_author copyright_author_href copyright_url copyright_info katex aside
Spring注解 2022-03-30 15:22:16 <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil> <nil>

注:以下内容收集自互联网。

SPRING 注解大全 60+32+48

web

mapping

rest

统一处理

参数

转换与格式化

validation

scope

ajax

boot

auto

condition

properties

convert

其它

依赖注入

@Autowired

@Qualifier

@Value

@Lookup

缓存

@EnableCaching

@CacheConfig

@CacheEvict

@CachePut

@Cacheable

@Caching

组件扫描与配置类

@Component

@Controller

@Service

@Repository

@Indexed

@ComponentScan

@ComponentScans

@Conditional

@DependsOn

@Description

@Configuration

@Bean

@Import

@ImportResource

@Lazy

@Primary

@Profile

@PropertySource

@PropertySources

@Role

@Scope

切面

@EnableAspectJAutoProxy

@EnableLoadTimeWeaving

@Configurable

事件、调度、异步

@EventListener

@TransactionalEventListener

@EnableAsync

@Async

@EnableScheduling

@Scheduled

@Schedules

核心

@AliasFor

@Order

监控

@EnableMBeanExport

@ManagedAttribute

@ManagedMetric

@ManagedNotification

@ManagedNotifications

@ManagedOperation

@ManagedOperationParameter

@ManagedOperationParameters

@ManagedResource

事务

@EnableTransactionManagement

@Transactional

lang

@NonNull

@NonNullApi

@NonNullFields

@Nullable

@UsesSunMisc