소스 검색

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