|
@@ -17,7 +17,7 @@ import com.ym.mec.util.json.JsonUtil;
|
|
|
|
|
|
public class LocalFastJsonHttpMessageConverter extends FastJsonHttpMessageConverter {
|
|
|
|
|
|
- private static final String FORMAT = "yyyy-MM-dd HH:mm:ss SSS";
|
|
|
+ private static final String FORMAT = "yyyy-MM-dd HH:mm:ss";
|
|
|
|
|
|
@Override
|
|
|
protected void writeInternal(Object obj, HttpOutputMessage outputMessage) throws IOException, HttpMessageNotWritableException {
|