From d520b7529140dbf9373c79289a36e53b8dbc2be2 Mon Sep 17 00:00:00 2001 From: Maiklins Date: Sun, 15 Oct 2023 18:43:23 +0200 Subject: [PATCH] Create README.md --- spring-boot-modules/spring-boot-validations/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-modules/spring-boot-validations/README.md diff --git a/spring-boot-modules/spring-boot-validations/README.md b/spring-boot-modules/spring-boot-validations/README.md new file mode 100644 index 0000000000..0d07204f3f --- /dev/null +++ b/spring-boot-modules/spring-boot-validations/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [Validate Boolean Type in Spring Boot](https://www.baeldung.com/spring-boot-validate-boolean-type)