Server repository for the second assignment of introsde2017 Marco Michelotti, [email protected] http://sde2.herokuapp.com
The project is divided into 5 packages
introsde.rest.ehealth
: to start the application locallyintrosde.rest.ehealth.dao
: to use a user daointrosde.rest.ehealth.model
: to define the database entitiesintrosde.rest.ehealth.resources
: contains the classes that handle the REST response The are two additional files:build.xml
to create ant functionsivy.xml
to import the dependencies
The server is meant to execute the requested tasks
- Clone the repository
- Go to inside the directory
- Start ant command to build the war file
ant create.war
- deploy the war file to Heroku
heroku war:deploy <WAR_PATH> --app <APP_NAME>