sangwenwei 6 kuukautta sitten
vanhempi
commit
64b2f3cb13

+ 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 {
+}