HappyWeasel
Spring Boot - openapi swagger 파라미터 제외 전역 설정 본문
static {
SpringDocUtils.getConfig().addAnnotationsToIgnore(IgnoreLastName.class);
}
'Back-End > Spring' 카테고리의 다른 글
Batch - meta table schema 위치 (0) | 2021.09.07 |
---|---|
[펌] Spring WebFlux에서 Request Body, Response 로깅하기 (0) | 2021.08.30 |
Spring Boot - DTO에서 null인 field는 json에서 빼기 (0) | 2021.02.09 |
Spring - API Gateway (0) | 2021.01.28 |
Spring - MSA (수정 중) (0) | 2021.01.28 |
Comments