简单的controller接口开发

  • @RequestMapping(“inner/test/emp”),如果需要登录后才能调用,加上inner;否则加上open
  • @RestController