Friday, 13 July 2007

always making mistake as using ./ and .../

./ base directory;
../ the directory one layer higher than base directory.

No comments:

Can Jackson Deserialize Java Time ZonedDateTime

Yes, but must include JSR310. Thus ZonedDateTime can be deserialized directly from JSON response to POJO field. <dependency> <g...