์ฌ์ฉ ํด : IntelliJ
์ฌ์ฉ Framework : Spring MVC
ํ๋ก์ ํธ์์ ์ฝ๋๋ฅผ ์์ฑํ๋ค๊ฐ ๋ก์ปฌ ๊ฒฝ๋ก๋ช ์ด ์ ๊น ๋ฐ๋์ ์ด ์๋ค.
๊ทธ ๋ค๋ถํฐ ์๊พธ web.servlet.view.InternalResourceViewResolver ์ชฝ์ด cannot reslove class ํ๋ฉด์ ๋๋ฅผ ์ฝ์ฌ๋ฆฌ๊ธฐ ์์ํ๋ค.
ํ๋ก์ ํธ ์ธํ ์์ ๋ชจ๋๋ ํ์ธํด๋ณด๊ณ ๊ฒฝ๋ก๋ ๋ณ๊ฒฝํด๋ณด๊ณ ...
์ด๋ฐ ์ ๋ฐ ์ฝ์ง ๋์ pom.xml์ dependency์ spring-webmvc๊ฐ ์๋๋ฐ ์ด๊ฑธ ์ด๋ป๊ฒ ์ฌ์ฉํ๋ ค๊ณ ํ๊ณ ์๋.. ๋ผ๋ ์๊ฐ์ด ๋ค์๋ค. ๊ธฐ์กด์๋ ์ด๋ค ๊ฒฝ์ ์์ spring-webmvc๊ฐ ์๋์ผ๋ก ์ถ๊ฐ๋์ด์์๋์ง๋ ์ ๋ชจ๋ฅด๊ฒ ์ผ๋ (์๋ง IntelliJ๊ฐ ์ด๋๊ฐ์์ ์๋์ผ๋ก import ํด์คฌ๊ฒ ์ง) ๋ณด๋ค ์ ํํ๊ฒ ์ฌ์ฉํ๊ธฐ ์ํด์๋ spring-webmvc๋ฅผ ์ฌ์ฉํด์ค์ผ InternalResourceViewResolver๋ฅผ ์ฌ์ฉํ ์ ์๋ค๋ ๊ฒ์ ์ ์ ์์๋ค.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
์ดํ ๋ฉ์ฑ ์ฟ ์ฑ ํ๋ก์ ํธ๋ฅผ ์คํ์์ผฐ๋ค๊ณ ํ๋ค.
'๐ฑ Spring' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
com.google.gson.stream.MalformedJsonException (0) | 2021.10.17 |
---|---|
org.apache.el.parser.ParseException (1) | 2020.03.28 |
์ค๋ฅํ์๊ธฐ๋ก (1) | 2020.03.13 |
์์ฐจํ์๊ณผ ์ด์งํ์ ์๋์ฐจ์ด (1) | 2020.03.07 |
Lombok ์ ๋ฆฌ (0) | 2020.02.12 |