danielAlbuquerque / olingo-spring-example

OData Java Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Java OData Service Example

Blog

Whole step by step description from the blog can be found here

How to run this application

What you find here is a working example of an olingo spring application.

You can run this app locally by executing the command 'mvn spring-boot:run' in the terminal of the project folder.

Using Postman you can then call the URL localhost:8080/odata/$metadata to fetch the metadata:

image

Entity Relation Model

The entity relation model I use for the example is a simple one:

2021-10-18_10-26-06

About

OData Java Service


Languages

Language:Java 100.0%