Restructure autoconfigure project

This commit is contained in:
Phillip Webb
2013-07-07 01:03:58 -07:00
parent b838dc5422
commit beef5ab177
47 changed files with 54 additions and 57 deletions

View File

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.actuate.properties.SecurityProperties;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@EnableAutoConfiguration
@ComponentScan

View File

@@ -19,7 +19,7 @@ package org.springframework.zero.sample.actuator;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
import org.springframework.zero.context.properties.EnableConfigurationProperties;
@Configuration

View File

@@ -30,7 +30,7 @@ import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@EnableAutoConfiguration

View File

@@ -19,7 +19,7 @@ package org.springframework.zero.sample.data.jpa;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@ComponentScan

View File

@@ -20,7 +20,7 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
import org.springframework.zero.context.properties.EnableConfigurationProperties;
@Configuration

View File

@@ -19,7 +19,7 @@ package org.springframework.zero.sample.jetty;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@EnableAutoConfiguration

View File

@@ -21,7 +21,7 @@ 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.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
import org.springframework.zero.sample.profile.service.MessageService;
@Configuration

View File

@@ -21,7 +21,7 @@ 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.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
import org.springframework.zero.sample.simple.service.HelloWorldService;
@Configuration

View File

@@ -19,7 +19,7 @@ package org.springframework.zero.sample.tomcat;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@EnableAutoConfiguration

View File

@@ -19,7 +19,7 @@ package org.springframework.zero.sample.traditional;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@EnableAutoConfiguration

View File

@@ -21,7 +21,7 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.convert.converter.Converter;
import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.annotation.EnableAutoConfiguration;
import org.springframework.zero.autoconfigure.EnableAutoConfiguration;
@Configuration
@EnableAutoConfiguration