Commit 1a26cbfa authored by 陈祥烨's avatar 陈祥烨

.

parent 25ae563e
...@@ -20,7 +20,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType; ...@@ -20,7 +20,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController @RestController
@Api(tags = "接口管理Api") @Api(tags = "接口管理Api")
@RequestMapping(value = "/demo/api-info") @RequestMapping(value = "/demo/api-info")
public class ApiInfoController{ public class ApiInfoResource {
@Autowired @Autowired
ApiInfoService apiInfoService; ApiInfoService apiInfoService;
......
...@@ -21,7 +21,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType; ...@@ -21,7 +21,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
@RestController @RestController
@Api(tags = "接口来源管理Api") @Api(tags = "接口来源管理Api")
@RequestMapping(value = "/demo/api_source") @RequestMapping(value = "/demo/api_source")
public class ApiSourceController { public class ApiSourceResource {
@Autowired @Autowired
ApiSourceService apiSourceService; ApiSourceService apiSourceService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment