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