|
@@ -0,0 +1,10 @@
|
|
|
|
+package com.firerock.webttkuaiban.demos.controller;
|
|
|
|
+
|
|
|
|
+import org.springframework.stereotype.Controller;
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+
|
|
|
|
+@Controller
|
|
|
|
+@RequestMapping("articleTemplate")
|
|
|
|
+public class ArticleTemplateController {
|
|
|
|
+
|
|
|
|
+}
|