如何避免import自动导入*
避免IDEA自动导入“*”的问题编译器操作:
左上角 File->settings->Editor->Code Style->java->imports
设置 Class count to use import with '*' 值为500
...
welcome