Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 15c18591 rédigé par Damiano Albani's avatar Damiano Albani
Parcourir les fichiers

Describe usage of the server backend.

parent f11e8761
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -29,6 +29,22 @@
## **Task B: application development**
### Application usage
#### Java server backend
* Running the application with Maven's Tomcat plugin:
`mvn tomcat7:run`
* Building the application WAR file:
`mvn package`
* Testing the application:
* Unit tests:
``mvn test``
* Integration tests:
``mvn integration-test``
(will also run unit tests in the process)
### _Software libraries selected_
#### JavaScript client frontend
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter