반응형
pom.xml 에 아래 내용을 추가해준다.
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0-b170201.1204</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.0-b170127.1453</version>
</dependency>
반응형
'BackEnd FrontEnd > JAVA' 카테고리의 다른 글
-Xss 옵션 (0) | 2019.12.30 |
---|---|
jar와 war의 차이 (0) | 2019.12.16 |
[문제해결] 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2019.10.27 |
eclipse 에 dynamic web project 없다면 (0) | 2019.10.27 |
Description Resource Path Location TypeReferenced file contains errors (0) | 2019.10.26 |