示例#1
0
 @RequestMapping("/add")
 public Hello add(Hello hello) {
   Hello helloData = helloDao.save(hello);
   return helloData;
 }