Connecting the Dots
Posts
Q&A
order ํ submit ์ whitelabel ์ค๋ฅ ์ง๋ฌธ
Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "item.orderItems[0].item.name" (template: "order/orderList" - line 42, col 21)์ ๋ ๋๊ฐ์ ์ค๋ฅ๊ฐ ๋น๋๋ค ๋ต๋ณ์ฃผ์ ๋ด์ฉ์ ์ ์์ฑ ๋์์ต๋๋ค.์์๋๋ ๋ฌธ์ ๊ฐ ์์๊น์
- 2
- 2
- 576
Q&A
@Test void connection() { Connection connection = DBConnectionUtil.getConnection(); assertThat(connection).isNotNull(); }
ํด๊ฒฐ์๋จ...
- 0
- 1
- 537
Q&A
@ServletComponentScan ์์ฑ ์ดํ ์๋ฒ ์ค๋ฅ
build.gradle์ ์๋ ๋ค์ ์ฝ๋๋ฅผ ์ญ์ ํด์ฃผ์ธ์.providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'๊ทธ๋ฆฌ๊ณ gradle์ refresh ํด์ฃผ์ธ์.
- 1
- 2
- 937