Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rohitghatol/spring-boot-olingo-odata
- Owner: rohitghatol
- License: apache-2.0
- Created: 2015-05-25T05:32:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T19:32:23.000Z (over 5 years ago)
- Last Synced: 2024-04-10T14:15:46.236Z (9 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 64
- Watchers: 13
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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