完成报错如下:
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()就可以了