Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- traceId
- b3-propagation
- asynccustomautoconfiguration
- traceasynccustomautoconfiguration
- map
- Spring JPA
- micrometer tracing
- HashMap
- java.util.list
- kotlin
- EnableWebMvc
- aws secretmanager
- awssecretsmanagerpropertysources
- Spring Boot
- ResponseBody
- list
- jpa
- asyncconfigurer
- spring MVC
- elasticsearch
- spring
- java lambda
- SpringMVC
- CompletableFuture
- @FunctionalInterface
- java list
- java
- DeferredImportSelector
- Sleuth
- spring3 spring2 traceid
Archives
- Today
- Total
목록@Controller (1)
du.study기록공간
@Controller handlerMethod register
스프링 웹 프레임워크를 사용하면서 헨들러 메서드를 사용할 때, 우리는 흔히 @Controller 또는 @RestController를 사용하고 있습니다. 스프링에서 @Controller, @RestController 를 살펴보면 아래와 같이 되어있습니다. @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Component public @interface Controller { @AliasFor( annotation = Component.class ) String value() default ""; } @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Docu..
스프링
2020. 3. 7. 16:37