전체 글 (73) 썸네일형 리스트형 @PathVariable 1 2 3 4 5 6 @RequestMapping(value ="/{path명}", method = RequestMethod.GET) public String codTest(@PathVariable("path명") String path명 ) { return "/" + path명; } Colored by Color Scripter cs 이전 1 ··· 22 23 24 25 다음