1. 程式人生 > >Spring-MVC報錯:org.springframework.validation.BeanPropertyBindingResult

Spring-MVC報錯:org.springframework.validation.BeanPropertyBindingResult

完成報錯如下:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object ‘shopOrder’ on field ‘orderTimePay’: rejected value [2019-01-13 12:05:00];

原因:
SimpleDateFormat是非執行緒安全的,在每個執行緒下得各自new SimpleDateFormat()就可以了