Spring
Spring MVC | QueryString ์
๋ ฅ, ๋ณ์๋ช
, ๊ธฐ๋ณธ๊ฐ ์ฒ๋ฆฌ | @RequestParam ์ต์
QueryString ์
๋ ฅ ์
๋ ฅ๊ฐ์ ์ป์ด์ค๋ ๋ฐฉ๋ฒ ์์ฒญํ๋ ๊ฒ์ ์ถ๊ฐ์ ์ธ ์ง์๋ฅผ ํ ๊ฒฝ์ฐ ์ฌ์ฉ ๊ณต์ง์ฌํญ get๋ฐฉ์ ๊ฐ ๋ฐ์์ค๊ธฐ HttpServletRequest ์ฌ์ฉ๋ฐฉ๋ฒ Spring์ ํตํด์ ๊ฐ์ ์
๋ ฅ๋ฐ๋ ๋ฐฉ๋ฒ ์คํ๋ง์ด ์์์ p๋ผ๋ ๋ณ์๋ฅผ ๋ด์์ค๋ค. NoticeComtroller.java package com.newlecture.web.controller.customer; import java.sql.SQLException; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor..
2021. 3. 12. 14:27