springboot接收date作为参数

  1. 接收参数是用@DateTimeFormat指定格式
    @RequestParam @DateTimeFormat(pattern="yyyy-MM-dd") Date loginTimeStart

你可能感兴趣的:(springboot接收date作为参数)