add joda support to spring-boot and use it in sample

This commit is contained in:
cbornet
2016-06-09 21:59:45 +02:00
parent bd705a49d6
commit d8eb708e23
22 changed files with 47 additions and 23 deletions

View File

@@ -50,5 +50,14 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>${springfox-version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</project>