Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- java
- junit
- 점세개
- 쉬운 계단 수
- BubbleSorting
- @ModelAttribute
- 숫자야구
- 여러인수
- 자바
- pscp
- 데코레이터패턴
- 백준
- setParameter
- mycp
- decorator
- 10951
- gradle
- designpattern
- createQuery
- Spring
- 디자인패턴
- Linux
- @Spring
- 자료구조
- NamedParameterNotBound
- 전치행렬 #C
- C
- 10844
- springboot
- @NotEmpty
Archives
- Today
- Total
...
[MAVEN/JAVA11 JPA 이용시 에러 해결]ClassNotFoundException 본문
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException 에러 발생 시
pom.xml에
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
추가 하고 리팩토링 해주면 문제 해결 ~.~
'이것저것 > 오류 해결' 카테고리의 다른 글
JPA /Maven 이용시 Error:java: error: release version 5 not supported 해결 (0) | 2022.03.26 |
---|---|
H2 연결 에러가 발생하였을 때 해결 방법 (0) | 2022.03.26 |
Junit의 @BeforeEach 이 실행 안 됨 오류 (0) | 2022.02.25 |
Error : Gradle + Junit 어노테이션이 import 되지 않을 때 (0) | 2022.02.23 |
Gradle import할 때 발생하는 오류 해결 (Unable to find method) (0) | 2022.01.10 |
Comments