소개
Connecting The Dot
게시글
질문&답변
2024.03.28
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
- 483
질문&답변
2024.01.11
@Test void connection() { Connection connection = DBConnectionUtil.getConnection(); assertThat(connection).isNotNull(); }
해결안됨...
- 0
- 1
- 449
질문&답변
2023.12.10
@ServletComponentScan 작성 이후 서버 오류
build.gradle에 있는 다음 코드를 삭제해주세요.providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'그리고 gradle을 refresh 해주세요.
- 1
- 2
- 847