摘要: <where> <if test="start_time!=null and start_time!=''"> /*方法一*/ <![CDATA[AND DATE_FORMAT(start_time, '%Y-%m-%d')>= DATE_FORMAT(#{start_time}, '%Y-%m-% 阅读全文
posted @ 2020-06-25 17:08 就是你baby 阅读(10447) 评论(0) 推荐(0)
摘要: 需要加 <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --><dependency> <groupId>com.fasterxml.jackson.core</groupId> <art 阅读全文
posted @ 2020-06-25 08:36 就是你baby 阅读(1572) 评论(0) 推荐(0)
摘要: 方法1: @RequestMapping(value="/aliang",produces = "text/plain;charset=utf-8")@ResponseBody需要在每一个的方法中都要写上 produces = "text/plain;charset=utf-8" 方法1: <mvc 阅读全文
posted @ 2020-06-25 08:31 就是你baby 阅读(641) 评论(0) 推荐(0)