Howto Build
Checkout and build instructions
Checkout and build instructions
Follow the steps bellow to build.
a) Clone the repository:
b) Copy HOWTO.txt to dev.properties:
c) Build and install (
-U
forces the download of updated snapshot dependencies):
d) run embedded Jetty container:
e) Browse the app client: http://localhost:8080/restdude/client or the API reference: http://localhost:8080/restdude/swagger-ui.html. See also the Swagger API Reference section bellow.
If you are using chrome, ensure you have enabled cookies for localhost.
If have [node](https://nodejs.org) installed, you can use the
optimize
profile and
jetty:run-war
to optimize client-side code:
To run integration tests simply activate the
ci
profile:
See also Tests.