Simple Fingerprint Recognition implementation
Simple Fingerprint Recognition algo implementation
This project contains a FingerPrintMatching-micro-services developped in java/jee using springboot
Build a micro-service using Maven on a terminal : mvn clean install
Launch a micro-service using Java on a terminal : java -jar target/*-0.0.1-SNAPSHOT.jar
It is also possible to run a packaged micro-service with remote debugging support enabled :
java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar target/*-0.0.1-SNAPSHOT.jar
Launch a micro-service using Maven on a terminal : mvn spring-boot:run
Test the Api with swager here : http://localhost:8084/v2/api-docs