a spring boot ionic simple app
Matt Raible 98a6d8645c Updates based on latest Ionic release 7 years ago
..
.mvn/wrapper Add Ionic App with Spring Boot API 7 years ago
src Updates based on latest Ionic release 7 years ago
.gitignore Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 7 years ago
README.md Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 7 years ago
mvnw Add Ionic App with Spring Boot API 7 years ago
mvnw.cmd Add Ionic App with Spring Boot API 7 years ago
pom.xml Upgrade to Spring Boot 1.5.3 7 years ago

README.md

Spring Boot with Stormpath

If you already have Stormpath configured, you should be able to start this app with mvn spring-boot:run.

See instructions below if you don't have a Stormpath account.

Stormpath Setup

The Stormpath Spring Boot Quickstart shows how to create a Stormpath account and download an API key; here’s the abridged version:

  1. Signup for a free Stormpath developer account at https://api.stormpath.com/register.
  2. From the Home tab of the Admin Console select Manage API Keys under the Developer Tools heading.
  3. Click the Create API Key button to trigger a download of a apiKey-{API_KEY}.properties file.
  4. Move the file to ~/.stormpath/apiKey.properties.