Commit 2f0a96c9 authored by Dave Syer's avatar Dave Syer

Remove unused @ComponentScan

parent 6d76467a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment