Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 3.04 KB

File metadata and controls

54 lines (41 loc) · 3.04 KB

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