Fix doc typo.

The appendex incorrectly references the Spring property `spring.profiles.active` as `spring.profiles-active`.

Resolves gh-10.
This commit is contained in:
Juan José Ramos
2018-08-16 16:15:52 +01:00
committed by John Blum
parent 4188f4381d
commit bc78080e69

View File

@@ -42,7 +42,7 @@ class with the following, recommended JRE command-line options:
.Server 1 run profile configuration
[source,txt]
----
-server -ea -Dspring.profiles-active=
-server -ea -Dspring.profiles.active=
----
Start the class. You should see similar output: