Intellij Idea工具在java文件中怎么避免import java.utils.*这样的导入方式,不推崇导入*这样的做法!
Editor->Code Style->Java->Imports
Class count to use import with '*':设置500!
Names count to use static import with '*':设置500!
2022-03-29 10:12:02
Intellij Idea工具在java文件中怎么避免import java.utils.*这样的导入方式,不推崇导入*这样的做法!
Editor->Code Style->Java->Imports
Class count to use import with '*':设置500!
Names count to use static import with '*':设置500!