HappyWeasel

Spring Boot - openapi swagger 파라미터 제외 전역 설정 본문

Back-End/Spring

Spring Boot - openapi swagger 파라미터 제외 전역 설정

HappyWeasel 2021. 2. 22. 17:04
static {
    SpringDocUtils.getConfig().addAnnotationsToIgnore(IgnoreLastName.class);
}
Comments