- package hello;
-
- import org.springframework.context.annotation.ComponentScan;
- import org.springframework.context.annotation.Configuration;
- import org.springframework.web.servlet.config.annotation.EnableWebMvc;
-
- @Configuration
- @EnableWebMvc
- @ComponentScan
- public class HelloWorldConfiguration {
- }
|