Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 702 Bytes

File metadata and controls

23 lines (11 loc) · 702 Bytes

Fingerprint Recongnition

Simple Fingerprint Recognition algo implementation

Client

Server

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