项目作者: scrudlabs

项目描述 :
Simple Fingerprint Recognition implementation
高级语言: CSS
项目地址: git://github.com/scrudlabs/Fingerprint.git
创建时间: 2019-02-09T17:10:30Z
项目社区:https://github.com/scrudlabs/Fingerprint

开源协议:

下载


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