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:
committed by
John Blum
parent
4188f4381d
commit
bc78080e69
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user