|
@@ -1,11 +1,13 @@
|
|
package com.ym.mec.collectfee.controller;
|
|
package com.ym.mec.collectfee.controller;
|
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import com.ym.mec.collectfee.core.BaseController;
|
|
import com.ym.mec.collectfee.core.BaseController;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
|
|
+@RequestMapping("")
|
|
public class DemoController extends BaseController {
|
|
public class DemoController extends BaseController {
|
|
|
|
|
|
@GetMapping("/info")
|
|
@GetMapping("/info")
|