摘要:
@JsonFormat和@DateTimeFormat 我们在使用springboot做开发的时候,经常会遇到时间的格式问题。由于springboot默认使用了jackson做json的转换,所以我们可以直接使用@JsonFormat注解和@DateTimeFormat(spring自带的) @Js 阅读全文
摘要:
自动填充功能 我使用的是3.0.5版本的 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.0.5</version> </depend 阅读全文