CLOVER🍀

That was when it all began.

2017-02-02から1日間の記事一覧

Spring Boot+JacksonのDate and Time APIでフォーマットを変更する

Jacksonで、LocalDateTimeなどのDate and Time APIのクラスを使ってJSONを作成すると、デフォルトだと ちょっと困ったことになります。前提としてSpring Bootを使っているのですが、まずはpom.xmlに以下のように宣言。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boo</artifactid></dependency>…