SpringBoot Web Date参数的转换 小记1.get/post方法传Param2.post方法传json 全局设置 在yml文件中加入以下配置 ,出参中有date也以此设置转换
SpringBoot Web Date参数的转换1.get/post方法传Param2.post方法传json 全局设置 在yml文件中加入以下配置 ,出参中有date也以此设置转换SpringBoot2.1.4下可行,其他请自行测试1.get/post方法传Param例子@RequestParam @DateTimeFormat(pattern = “yyyy-MM-dd”) Date t...