Merge pull request #4867 from kazuki43zoo/fix-invalid-port-in-doc

* pr/4867:
  Fix invalid port number in doc
This commit is contained in:
Stephane Nicoll 2016-01-03 13:44:20 +01:00
commit d51d84303f
1 changed files with 2 additions and 2 deletions

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