# spring-boot-Olingo-oData **Repository Path**: ice-tools/spring-boot-Olingo-oData ## Basic Information - **Project Name**: spring-boot-Olingo-oData - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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