wuweihao 3 年 前
コミット
a05d71fa6a

+ 3 - 3
gis_cms/src/main/java/com/gis/cms/controller/WebController.java

@@ -21,10 +21,10 @@ import java.util.List;
  * Created by owen on 2020/5/8 0008 9:54
  */
 @Slf4j
-@Api(tags = "web-展示页")
+@Api(tags = "show-展示页")
 @RestController
-@RequestMapping("/web")
-public class WebController {
+@RequestMapping("/show")
+public class ShowController {
 
     @Autowired
     WebService webService;