mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +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