|
|
@@ -254,9 +254,9 @@ The response shows that shutdown through REST is currently disabled by default:
|
|
254
|
254
|
{"message":"Shutdown not enabled, sorry."}
|
|
255
|
255
|
```
|
|
256
|
256
|
|
|
257
|
|
-Whew! You probably don't want that until you are ready to turn on proper security settings, it at all.
|
|
|
257
|
+Whew! You probably don't want that until you are ready to turn on proper security settings, if at all.
|
|
258
|
258
|
|
|
259
|
|
-For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, check out the [Spring Boot][spring-boot] project.
|
|
|
259
|
+For more details about each of these REST points and how you can tune their settings with an `application.properties` file, check out the [Spring Boot][spring-boot] project.
|
|
260
|
260
|
|
|
261
|
261
|
View Spring Boot's starters
|
|
262
|
262
|
----------------------
|
|
|
@@ -296,7 +296,7 @@ class ThisWillActuallyRun {
|
|
296
|
296
|
}
|
|
297
|
297
|
```
|
|
298
|
298
|
|
|
299
|
|
-> **Note:** It doesn't matter where the file is.
|
|
|
299
|
+> **Note:** It doesn't matter where the file is. You can fit an that small inside a [single tweet](https://twitter.com/rob_winch/status/364871658483351552)!
|
|
300
|
300
|
|
|
301
|
301
|
Next, [install Spring Boot's CLI](https://github.com/SpringSource/spring-boot#installing-the-cli).
|
|
302
|
302
|
|