摘要: <build> <finalName>md-logtodisanfanga</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin< 阅读全文
posted @ 2021-02-22 14:51 陈氏春秋 阅读(244) 评论(0) 推荐(0)
摘要: @JsonDeserialize(using = LocalDateTimeDeserializer.class) @JsonSerialize(using = LocalDateTimeSerializer.class) 实体类加上这两个注解的作用: 前端传后端时间戳可转成LocalDateTim 阅读全文
posted @ 2020-10-15 14:17 陈氏春秋 阅读(6687) 评论(0) 推荐(2)
摘要: select * from table where id=1 and uid=2 and (status=2 or status=3 or status=4); 以下个人使用案例:多个字段,查询条件 格力 SELECT a.sid, a.spid, a.sname, a.spic, a.sprice 阅读全文
posted @ 2020-07-22 11:41 陈氏春秋 阅读(964) 评论(0) 推荐(0)
摘要: 转自CSDN https://blog.csdn.net/qq_36544760/article/details/80619668 阅读全文
posted @ 2020-06-26 23:33 陈氏春秋 阅读(403) 评论(0) 推荐(0)