| 枚举 | 说明 |
|---|---|
| AFilterType |
Enumeration of the type filters that may be used in conjunction with
@ComponentScan. |
| 注释类型 | 说明 |
|---|---|
| AAutowired | |
| ABean | |
| AComponent | |
| AComponentScan | |
| AComponentScan.Filter |
Declares the type filter to be used as an include filter or exclude filter.
|
| AConfiguration | |
| AController | |
| AHttpApi | |
| AImport |
Indicates one or more component classes to import — typically
@Configuration classes. |
| AIndexed | |
| AInitialization |
只启动,不放入bean中
|
| AliasFor | |
| ARepository | |
| AService |
Indicates that an annotated class is a "Service", originally defined by Domain-Driven
Design (Evans, 2003) as "an operation offered as an interface that stands alone in the
model, with no encapsulated state."
|
| BeforeStartConfiguration |
在启动服务器之前执行的配置类
|
| BeforeStopConfiguration |
在启动服务器之后执行的配置类
|
| Delete | |
| EnableCORS |
Details of the meaning of each parameter : https://developer.mozilla.org/en-US/docs/Glossary/CORS
|
| Get | |
| HttpCache | |
| Inject |
Inject is used to inject dependent object
|
| Post | |
| Put | |
| RequestPath |
Copyright © 2024. All rights reserved.