Matt Raible hace 7 años
padre
commit
847634a287
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      TUTORIAL.md

+ 2
- 0
TUTORIAL.md Ver fichero

@@ -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).