IllegalStateException: JodaTime library not available - @DateTimeFormat not supp

java.lang.IllegalStateException: JodaTime library not available - @DateTimeFormat not supported
at org.springframework.format.support.FormattingConversionServiceFactoryBean$NoJodaDateTimeFormatAnnotationFormatterFactory.getPrinter(FormattingConversionServiceFactoryBean.java:140)
at org.springframework.format.support.FormattingConversionServiceFactoryBean$NoJodaDateTimeFormatAnnotationFormatterFactory.getPrinter(FormattingConversionServiceFactoryBean.java:1)
at org.springframework.format.support.FormattingConversionService$1.convert(FormattingConversionService.java:101)
at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:36)



Solution: download the JODA time file at http://sourceforge.net/projects/joda-time/files/joda-time/

你可能感兴趣的:(java,.net)