Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created May 25, 2018 15:40
Show Gist options
  • Save drucoder/78fcfb337fd26aa0f71ee833e730800a to your computer and use it in GitHub Desktop.
Save drucoder/78fcfb337fd26aa0f71ee833e730800a to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт: deploy на сервер
<!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment