Commit d51d8430 authored by Stephane Nicoll's avatar Stephane Nicoll

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

* pr/4867:
  Fix invalid port number in doc
parents 95109381 908c9562
...@@ -628,7 +628,7 @@ context starts. So in this YAML we set a value for `security.user.password` that ...@@ -628,7 +628,7 @@ context starts. So in this YAML we set a value for `security.user.password` that
[source,yaml,indent=0] [source,yaml,indent=0]
---- ----
server: server:
port: 80000 port: 8000
--- ---
spring: spring:
profiles: default profiles: default
...@@ -643,7 +643,7 @@ profile, and it would have to be explicitly reset in all other profiles as neces ...@@ -643,7 +643,7 @@ profile, and it would have to be explicitly reset in all other profiles as neces
[source,yaml,indent=0] [source,yaml,indent=0]
---- ----
server: server:
port: 80000 port: 8000
security: security:
user: user:
password: weak password: weak
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment