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