sangwenwei преди 6 месеца
родител
ревизия
64b2f3cb13
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      jeeplus-modules/jeeplus-test/src/main/java/com/jeeplus/test/dingding/controller/DingdingController.java

+ 9 - 0
jeeplus-modules/jeeplus-test/src/main/java/com/jeeplus/test/dingding/controller/DingdingController.java

@@ -0,0 +1,9 @@
+package com.jeeplus.test.dingding.controller;
+
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RestController;
+
+@RestController
+@RequestMapping(value = "/test/dingding")
+public class DingdingController {
+}