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 |
Tags
- varags
- WebView
- javascript
- Web Service
- Eclipse
- asp.net
- SpringSource Tool Suite
- scrollView
- MSsql
- C#
- STS
- Maven
- 컬럼명
- decompiler
- 이클립스
- Java
- MS-SQL
- Redirect
- Apache Lucene
- Bootstrap
- 자바스크립트
- TextBox
- 자바
- 웹 서비스
- 웹뷰
- html
- MANTIS
- 안드로이드
- jsp
- Android
Archives
- Today
- Total
bboks.net™
Spring MVC에서 다른 사이트로 redirect 시키기 본문
@RequestMapping(value = "/redirectTravelocity", method = RequestMethod.GET) private String processForm() { return "redirect:http://stackoverflow.com"; }