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
- ResponseBody
- java
- asynccustomautoconfiguration
- awssecretsmanagerpropertysources
- DeferredImportSelector
- java lambda
- @FunctionalInterface
- micrometer tracing
- EnableWebMvc
- java list
- Spring Boot
- HashMap
- grpc
- spring MVC
- kotlin
- Sleuth
- jpa
- traceasynccustomautoconfiguration
- wire type
- spring
- CompletableFuture
- SpringMVC
- aws secretmanager
- list
- Spring JPA
- elasticsearch
- java.util.list
- traceId
- map
- asyncconfigurer
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