Fix invalid port number in doc

Closes gh-4867
This commit is contained in:
Kazuki Shimizu
2016-01-03 16:13:50 +09:00
committed by Stephane Nicoll
parent 9510938120
commit 908c9562e5

View File

@@ -628,7 +628,7 @@ context starts. So in this YAML we set a value for `security.user.password` that
[source,yaml,indent=0]
----
server:
port: 80000
port: 8000
---
spring:
profiles: default
@@ -643,7 +643,7 @@ profile, and it would have to be explicitly reset in all other profiles as neces
[source,yaml,indent=0]
----
server:
port: 80000
port: 8000
security:
user:
password: weak