From 67914c6a361e44076288d660fb091bd9af0fbcca Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:39:48 +0800 Subject: [PATCH] Update README.md --- .../custom-validations-opeanpi-codegen/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md b/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md index 83eec25c03..3a2b74af70 100644 --- a/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md +++ b/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md @@ -1 +1,5 @@ # This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator + +### Relevant Articles: + +- [Custom Validation with Swagger Codegen](https://www.baeldung.com/java-swagger-custom-validation)