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 |
Tags
- CompletableFuture
- java.util.list
- aws secretmanager
- java lambda
- spring
- spring MVC
- b3-propagation
- HashMap
- java list
- micrometer tracing
- list
- Spring JPA
- @FunctionalInterface
- asynccustomautoconfiguration
- EnableWebMvc
- ResponseBody
- map
- kotlin
- traceId
- Sleuth
- jpa
- traceasynccustomautoconfiguration
- awssecretsmanagerpropertysources
- asyncconfigurer
- Spring Boot
- spring3 spring2 traceid
- SpringMVC
- elasticsearch
- java
- DeferredImportSelector
Archives
- Today
- Total
목록Intellij java List (1)
du.study기록공간
Intellij Auto Import java.util.List
이상하게 Intellij 에서 AutoImport를 할때, java.util.List가 Auto Import 되지않는 이슈가 있었습니다. 이게 대체 왜지??? 하면서 해결법을 찾아봤는데.. 해결은 다음과 같이 하였습니다. File -> settings -> Editor -> General -> Auto Import 에 들어가서 다음과 같은 부분을 제거해줍니다. 이게 왜 대체 설정되어있을까.. 하는 의문이 들지만 해당부분을 제거하면 List를 자동으로 임포트할때 정상동작합니다. 이상한걸로 시간이 뺏긴 느낌이지만.. 해결이 되었으므로 Done!
Tool
2020. 9. 14. 00:39