Package restructure
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
|
||||
package org.springframework.zero.sample.simple;
|
||||
|
||||
import org.springframework.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.bootstrap.CommandLineRunner;
|
||||
import org.springframework.bootstrap.SpringApplication;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.zero.CommandLineRunner;
|
||||
import org.springframework.zero.SpringApplication;
|
||||
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.zero.sample.simple.service.HelloWorldService;
|
||||
|
||||
@Configuration
|
||||
|
||||
Reference in New Issue
Block a user