Spring Boot API that extracts birthdate and age from codice fiscale.
Here is the complete Spring Boot project to expose a REST API that, given a tax ID code, returns the date of birth and age.
The API is also accessible via Swagger.
1. pom.xml (Maven Dependencies)
<project xmlns="http://maven.apache.org/POM/4.0.0" xm...
programmingetc.hashnode.dev2 min read