๐Ÿ’ Spring/Spring MVC, DB ์ ‘๊ทผ ๊ธฐ์ˆ 

๐Ÿ’ Spring/Spring MVC, DB ์ ‘๊ทผ ๊ธฐ์ˆ 

์Šคํ”„๋ง ์›น MVC : API @ResponseBody

@ResponseBody ๋ฌธ์ž ๋ฐ˜ํ™˜ @controller public class HelloController{ @GetMapping("hello-string") @ResponseBody public String helloString(@RequestParam("name") String name){ return "hello " + name; } } @ResponseBody๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ๋ทฐ ๋ฆฌ์กธ๋ฒ„ (ViewResolver)๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Œ ๋Œ€์‹ ์— HTTP์˜ BODY์— ๋ฌธ์ž ๋‚ด์šฉ์„ ์ง์ ‘ ๋ฐ˜ํ™˜(HTML BODY TAG๋ฅผ ๋งํ•˜๋Š” ๊ฒƒ์ด ์•„๋‹˜) @ResponseBody @Controller public class HelloController{ @GetMapping("hello-api") @ResponseBody publ..

iseunghan
'๐Ÿ’ Spring/Spring MVC, DB ์ ‘๊ทผ ๊ธฐ์ˆ ' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๊ธ€ ๋ชฉ๋ก (2 Page)