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

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.