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