mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Update the import order settings to be a little more logical. Imports should now be ordered: java.* javax.* <others> org.springframework.* import static * See gh-4234