1234567891011121314151617 |
- package com.hhsx.minigame.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * @author 吴涛涛
- * @since 2019-09-17
- */
- @RestController
- @RequestMapping("/news")
- public class NewsController {
- }
|