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