Skip to content

A sample template for creating a Java service for integrating banking services in the Eko Platform Services - Payments Layer.

Notifications You must be signed in to change notification settings

ekoindia/eps-payments-banking-service-integration-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EPS: Eko Platform Services

Payments Layer - Banking Service Integration - Template

Internal template to integrate banking services into the EPS Payments layer.

GitHub issues Eko.in Twitter Twitter Follow


Introduction

WIP

Technology Stack

Java 1.8 Jersey Maven 4 MySQL 5.1+

Project Structure

How to setup project

  • Install Java 8

  • Setup database

    • Run the following commands in a terminal the project root directory:
      cd src/main/java/in/eko/service/schema/
      mysql
      source service_db_schema.sql
  • Database properties (service_template_db.properties)

    • Change the database username and password
      hibernate.connection.username=foo
      hibernate.connection.password=foo@123
      

About

A sample template for creating a Java service for integrating banking services in the Eko Platform Services - Payments Layer.

Topics

Resources

Stars

Watchers

Forks

Languages