Skip to content

ODataService

DimaAy edited this page Aug 23, 2019 · 2 revisions

The service to populate the data and its metadata as Odata standard.

Execution

To build the project and its test it is enough to run, from ODataService directory:

$ mvn clean install

On the other hand, to run and deploy the project:

$ mvn clean spring-boot:run

Once started, the log files are available in the local target/logs directory.

After building and deploying the service to the server, you can try the following URLs for:

Clone this wiki locally