兵兵有你

人品好,气质差.丢了工作就回家...

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2021 档案

摘要:时间格式转换 增加注解 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") 1.在同一DTO中某list里是一个对象,不用新建文件定义子DTO的方法 @ApiModelProperty(value="配置列表") priva 阅读全文
posted @ 2021-09-27 12:00 greatbing 阅读(74) 评论(0) 推荐(0)

摘要:1.先新建一个maven项目pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.2</version 阅读全文
posted @ 2021-09-17 17:31 greatbing 阅读(164) 评论(0) 推荐(0)

摘要:1. spring boot 2.3中如何禁用spring security //环境 spring boot 2.3, 依赖spring security版本是5.5.1,增加配置文件 @Configuration public class SecurityConfig extends WebSe 阅读全文
posted @ 2021-09-16 10:21 greatbing 阅读(225) 评论(0) 推荐(0)

摘要:理解定义 flex container:对要处理的div开启flex布局 display:flex|inline-flex(指定DIV后面的行内元素也会在同一行内)成为flex container flex items:指container里的多个子项目主(横)轴: main axis-->起点ma 阅读全文
posted @ 2021-09-15 14:46 greatbing 阅读(69) 评论(0) 推荐(0)