Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Redirect
- Bootstrap
- Eclipse
- TextBox
- html
- 자바
- 컬럼명
- Maven
- decompiler
- MANTIS
- varags
- 자바스크립트
- Web Service
- MSsql
- MS-SQL
- SpringSource Tool Suite
- 웹뷰
- scrollView
- asp.net
- 웹 서비스
- jsp
- WebView
- javascript
- 안드로이드
- Apache Lucene
- Android
- 이클립스
- STS
- Java
- C#
Archives
- Today
- Total
bboks.net™
Spring MVC에서 다른 사이트로 redirect 시키기 본문
@RequestMapping(value = "/redirectTravelocity", method = RequestMethod.GET) private String processForm() { return "redirect:http://stackoverflow.com"; }