TOOP node application based on TOOP Consumer principle.
This project depends on:
- JDK 9 (http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase9-3934878.html)
- Apache Maven 3x (https://maven.apache.org/)
- Lombok (https://projectlombok.org)
All three need to be installed, configured and running properly.
Use GIT clone to get a local copy of this repo.
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.
You will need to build the toopapi project first! Build using: mvn clean install
Run the application inside ./target/ java -jar .jar
mvn spring-boot:run
TOOP Consumer URL: http://localhost:<server.port>/toopnode/consumer/provide?country=NL&id=Grand%20Kontex%20B.V.