snicaise / cd-web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web

Frontal web, permettant d'effectuer un devis.

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

Usage

Prérequis : maven 3 et java 8

Packaging

mvn clean package

Execution

cd web-core
java -jar target/web-core.jar server server.yml
curl -v http://localhost:8080/api/booking/quotation?origin=paris&destination=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:HTML 74.7%Language:Java 14.1%Language:JavaScript 10.9%Language:CSS 0.3%