snicaise / cd-recommendation

Voir https://github.com/snicaise/cd-infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recommendation

Service REST renvoyant des recommendations d'hotel pour un lieu donné.

Composant web de la démo GoCD-Ansible. Pour plus d'information voir cd-infrastructure

Usage

Prérequis : maven 3 et java 8

Build et tests

mvn clean package

Execution

cd recommendation-core
java -jar target/recommendation-core.jar server server.yml

curl -v http://localhost:8070/recommendation/londres

Tests

Executer les tests unitaire :

mvn test

Executer les tests composant :

mvn test -Pcomponent-tests

Executer les tests d'intégration :

mvn test -Pintegration-tests

Executer tous les tests :

mvn test -Pall-tests

About

Voir https://github.com/snicaise/cd-infrastructure


Languages

Language:Java 100.0%