Open sej226 opened 5 years ago
@RequestMapping(value = "/selectAllHumor", method = RequestMethod.GET) public ResponseEntity<List<Humor>> selectAllHumor() throws Exception { List<Humor> humors = humorService.selectAllHumor(); return new ResponseEntity<List<Humor>>(humors, HttpStatus.OK); }
1. 이미지 파일 업로드
Ajax 방식 업로드 시도
2. Controller 구현