Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 475 Bytes

Mifos vNext Connector (gRPC version)

This project uses Spring Boot 3.0

Packaging and running the application

The application can be packaged using Java 17:

./mvnw clean package -Dmaven.test.skip=true

It produces the vnext.connector-0.0.1-SNAPSHOT.jar file in the target/ directory.

The application is now runnable using java -jar target/vnext.connector-0.0.1-SNAPSHOT.jar.

Provided Code

REST

Easily start your REST Web Services