Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohitghatol/spring-boot-olingo-odata

Template Project showing how to use Spring Boot and Olingo for creating oData based Rest Services
https://github.com/rohitghatol/spring-boot-olingo-odata

Last synced: 2 months ago
JSON representation

Template Project showing how to use Spring Boot and Olingo for creating oData based Rest Services

Awesome Lists containing this project

README

        

# Spring Boot OData Example (Olingo v 4.0)
Template Project showing how to use Spring Boot and Olingo for creating oData based Rest Services

# Prerequistes

* Java SDK 7+

# Steps to run the Project

* $>./gradlew bootRun (on Mac)
* $>gradlew.bat bootRun (on Windows)

# Create Executable Jar

* $>./gradlew build (on Mac)
* $>gradlew.bat build (on Windows)

Run the Executable

* $>java -jar build/libs/spring-boot-odata-0.1.0.jar

# See the results

Open browser and point it to following urls

* http://localhost:8080/odata/$metadata
* http://localhost:8080/odata/Products