Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 503 Bytes

MockMDS

Overview

This module contains Mock MOSIP Device service implementation as per defined SBI specification. Biometric data for capture is available at files/MockMDS/

Defaults

server.port=4501

Build and run

Execute the below command to build module:

mvn clean install

run.sh / run.bat executable can be found under target folder. Or run Main class io.mosip.mock.sbi.test.TestMockSBI directly.