반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- querydsl no sources given
- log error
- springboottest
- parse
- aws
- maybe not public or not valid?
- java version
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mac os git error
- el1008e
- No tests found for given includes
- LeetCode
- error
- java 1.8 11
- property or field 'jobparameters' cannot be found on object of type
- java 11
- springbatch error
- easy
- 스프링부트테스트
- Java 1.8
- yum install java
- java
- Medium
- java 여러개 버전
- AWS CLI
- JUnit
- OpenFeign
- java 버전 변경
- no sources given
- springboot
Archives
- Today
- Total
목록swagger schema date (1)
쩨이엠 개발 블로그
[ Swagger ] @Schema LocalDateTime Format
Swagger에 Description을 달던 중 ResquestBody안에 LocalDateTime이 있는 경우 @Schema의 example대로 나오지 않는 오류가 발생했다 해결방법 1. JsonFormat 어노테이션 추가 @Schema(name = "CorrelationDto.ChartReq", description = "데이터 리스트") @Data class ChartReq { ... @Schema(description = "기간 시작일", example = "2021-11-30T00:00:00") @JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss") private LocalDateTime shotRangeStart; @Schema(description = "기간 종료..
개발/Spring
2022. 4. 6. 19:23