Matt Raible 7 år sedan
förälder
incheckning
847634a287
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      TUTORIAL.md

+ 2
- 0
TUTORIAL.md Visa fil

@@ -2,6 +2,8 @@
2 2
 
3 3
 This tutorial shows how to build a secure Spring Boot API with Stormpath. It also shows how to build an Ionic app that securely connects to this API and can be deployed to a mobile device.
4 4
 
5
+**Prerequisites**: Java 8, Node.js, Maven, a [Stormpath Account](https://api.stormpath.com/register), and an `apiKey.properties` file in `~/stormpath/`.
6
+
5 7
 ## Spring Boot API
6 8
 
7 9
 Create your Spring Boot API project using [start.spring.io](https://start.spring.io).