摘要:时间格式转换 增加注解 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") 1.在同一DTO中某list里是一个对象,不用新建文件定义子DTO的方法 @ApiModelProperty(value="配置列表") priva
阅读全文
09 2021 档案
摘要:时间格式转换 增加注解 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") 1.在同一DTO中某list里是一个对象,不用新建文件定义子DTO的方法 @ApiModelProperty(value="配置列表") priva
阅读全文
摘要:1.先新建一个maven项目pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.2</version
阅读全文
摘要:1. spring boot 2.3中如何禁用spring security //环境 spring boot 2.3, 依赖spring security版本是5.5.1,增加配置文件 @Configuration public class SecurityConfig extends WebSe
阅读全文
摘要:理解定义 flex container:对要处理的div开启flex布局 display:flex|inline-flex(指定DIV后面的行内元素也会在同一行内)成为flex container flex items:指container里的多个子项目主(横)轴: main axis-->起点ma
阅读全文
|