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