|
@@ -7,7 +7,7 @@ This demo script shows pre-recorded IntelliJ Live Template shortcuts to build an
|
7
|
7
|
Create your Spring Boot API project using [start.spring.io](https://start.spring.io).
|
8
|
8
|
|
9
|
9
|
```
|
10
|
|
-http https://start.spring.io/starter.zip \/
|
|
10
|
+http https://start.spring.io/starter.zip \
|
11
|
11
|
dependencies==data-jpa,data-rest,h2,web,devtools,security,stormpath -d
|
12
|
12
|
```
|
13
|
13
|
|
|
@@ -215,4 +215,4 @@ CPU/ABI: Google APIs Intel Axom (x86_64)
|
215
|
215
|
Skin: Skin with dynamic hardware controls
|
216
|
216
|
```
|
217
|
217
|
|
218
|
|
-After performing these steps, I was able to run `ionic emulate android` and see my app running in the AVD.
|
|
218
|
+After performing these steps, I was able to run `ionic emulate android` and see my app running in the AVD.
|