码迷,mamicode.com
首页 > 其他好文 > 详细

test

时间:2019-02-21 11:09:30      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:path   use   hit   hello   integer   public   code   return   pat   

示范一

示范

我是一个好人

public User hello(@PathVariable("id") Integer id){

    User user = new User("fuck","shit");
    user.setId(id);
    int i = 10/0;
    return user;
}

test

标签:path   use   hit   hello   integer   public   code   return   pat   

原文地址:https://www.cnblogs.com/comeluder/p/10410950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!