a spring boot ionic simple app
Matt Raible 56a1fba2da Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
..
.mvn/wrapper Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
src Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
.gitignore Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
README.md Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
mvnw Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
mvnw.cmd Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години
pom.xml Ionic, Spring Boot, and Stormpath. It's Bootiful! 🍻 преди 7 години

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.