避免idea自动导入* 的问题

 

 File->settings->Editor->Code Style->java->imports

 

避免idea自动导入* 的问题

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

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

避免idea自动导入* 的问题

 

除了java.util.Date需要手动导入,其他都自动导入

 

 

 

相关文章: