浏览代码

Add prereqs

Matt Raible 7 年前
父节点
当前提交
847634a287
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      TUTORIAL.md

+ 2
- 0
TUTORIAL.md 查看文件

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