a spring boot ionic simple app
Matt Raible 04c967c5bc Tutorial to create app 7 years ago
..
.mvn/wrapper Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 7 years ago
src Tutorial to create app 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 Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 7 years ago
mvnw.cmd Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 7 years ago
pom.xml Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 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.