|
@@ -0,0 +1,15 @@
|
|
|
+package org.hsweb.web.controller;
|
|
|
+
|
|
|
+import org.springframework.context.annotation.ComponentScan;
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Created by zhouhao on 16-5-6.
|
|
|
+ */
|
|
|
+@Configuration
|
|
|
+@ComponentScan(
|
|
|
+ basePackages = {"org.hsweb.web.controller"}
|
|
|
+)
|
|
|
+public class ControllerAutoConfiguration {
|
|
|
+
|
|
|
+}
|