解决问题--避免IDEA自动导入“*”的问题(亲测好用)

避免IDEA自动导入“*”的问题

编译器操作:

    左上角 File->settings->Editor->Code Style->java->imports

    设置  Class count to use import with '*'  值为500

    设置 Names count to use static import with '*' 值为300

解决问题--避免IDEA自动导入“*”的问题(亲测好用)