Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
마계촌장
마계촌장
10 years ago

@RequestMapping(value = “/test/{testId}”)
public Parameters apcTest(@PathVariable(“testId”) String testId,
HttpServletRequest request, HttpServletResponse response,
) throws IOException {
if (LOG.isDebugEnabled()) {
LOG.debug(“testId = ” + testId);
}
}
가변적인 requestMapping엔 이러한 방법도 있습니다.
항상 글 잘보고 있습니다. 굽신굽신

호러블캣
10 years ago
Reply to  마계촌장

오오 이런 방법이^^~ 감사감사~!!