[Spring] RequestMapping Parameter
1. RequestMapping Method(Get,Post Method)1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677처리 순서 1. Controller.java @RequestMapping("/index") public String goIndex(){ return "index"; } => /index경로로 요청이 들어오면 index.jsp 파일로 넘어가서 처리를 한다. 처리 순서 2. index.jsp student id : =>submit 을 누르면 -> /student로 이동한다 처리 순..
Spring
2018. 3. 5. 15:11
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Algorigm
- 알고리즘
- TensorFlow
- 프로그래밍
- C언어
- Spring
- 안드로이드
- Android
- 감자개발자
- BFS
- 리버싱
- node
- db
- 머신러닝
- 초보자를 위한 C언어 300제
- 복습
- Controller
- node.js
- 텐서플로우
- C langauge
- 코드엔진
- 노드
- 백준알고리즘
- 학교
- 스프링
- 백준
- programming
- 개발하는 관광이
- MVC
- 감자코딩
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함