mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Organize imports with new settings
See gh-4234
This commit is contained in:
+2
-2
@@ -16,12 +16,12 @@
|
||||
|
||||
package sample.xml;
|
||||
|
||||
import sample.xml.service.HelloWorldService;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
|
||||
import sample.xml.service.HelloWorldService;
|
||||
|
||||
public class SampleSpringXmlApplication implements CommandLineRunner {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user