/boilerplate-java

Sample App getting you started with a hello world style app.

Primary LanguageJavaApache License 2.0Apache-2.0

travis status

Hello World, Contentful style

This is a sample app that shows you how to get started using Contentful with a Java application.

Description of the app

The app creates a client to the Contentful API, requests all entries from a space, and then filters the results based on two criteria. You can browse the source code to find out more.

Download and use the app

If you want to download the source code of the application, click the little clone button next to this repository, or clone it using the following command:

git clone git@github.com:contentful/contentful.java-hello-world

Once it's downloaded, run it with:

./gradlew run

On Linux/Mac or:

gradlew.bat run

on Windows.

End

That's it. Feel free to experiement and leave any issues, bugs, suggestions for spelling mistakes, etc. via the repository issue page.

Be excellent to each other!