Update README.md

This commit is contained in:
johnA1331
2021-12-08 23:39:48 +08:00
committed by GitHub
parent b4e226eeb8
commit eea6e54f88

View File

@@ -1 +1,5 @@
# This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator # 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)