Remove unused @ComponentScan

pull/9/head
Dave Syer 11 years ago
parent 6d76467a66
commit 2f0a96c986

@ -18,12 +18,10 @@ package org.springframework.boot.sample.ui;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableAutoConfiguration
@ComponentScan
public class SampleWebStaticApplication {
public static void main(String[] args) throws Exception {

Loading…
Cancel
Save