dimMaryanto93 / e-banking-service-wilayah

Service Wilayah Indonesia, for E-Banking Application

Home Page:https://ebanking-service-wilayah.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wilayah service

System required

  • Postgresql

    create user wilayah_db with superuser login password 'wilayah_db';
    create database wilayah_db with owner wilayah_db;
    
  • Oracle JDK 8

  • Apache Maven

mvn clean \
    -Dserver.port=8081 \
    -Dspring.cloud.config.uri=https://ebanking-config-server.herokuapp.com \
    -Dspring.cloud.config.profile=default \
    spring-boot:run