18192021222324
@ResponseBody @RequestMapping("") public PhotoServiceUser getPhotoServiceUser(Principal principal) { return new PhotoServiceUser(principal.getName(),principal.getName()); }