图片说明](https://img-ask.csdn.net/upload/201806/08/1528418841_633463.jpg)

14条回答 默认 最新
KevinSong2018 2018-06-08 00:50关注@Controller
@RequestMapping("uc")
public class UserControllerImpl implements UserController {@Autowired private UserService userService; private static Logger logger=LoggerFactory.getLogger(UserControllerImpl.class); /** * @return */ @RequestMapping("/hello") public String helloHtml( ) { System.out.println("进入跳转方法"); return "index"; }这是congtroller层代码
解决 无用评论 打赏 举报