Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Dictu/consumer-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

consumer-node

TOOP node application based on TOOP Consumer principle.

First of all

This project depends on:

All three need to be installed, configured and running properly.

Check out

Use GIT clone to get a local copy of this repo.

Configuration

Before running check server.port inside: ./src/main/resources/application.properties Also outgoing-proxy can be configured here (proxy is ignored when no value is given)

Note that additional providers must be configured using the property 'provider.service' as follows: provider.services={NL:'http://localhost:8083/toopnode/provider/provide?id='} More can be added using a ',' as seperator.

The application.properties can be placed next to the jar and it will be picked up automatically.

Building

You will need to build the toopapi project first! Build using: mvn clean install

Running

Run the application inside ./target/ java -jar .jar

OR

mvn spring-boot:run

Browse to

TOOP Consumer URL: http://localhost:<server.port>/toopnode/consumer/provide?country=NL&id=Grand%20Kontex%20B.V.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages