Browse Source

Merge pull request #2106 from johnktims/patch-1

* patch-1:
  Fix typo in documentation
pull/2108/head
Stephane Nicoll 11 years ago
parent
commit
89cdd303f6
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use @@ -375,7 +375,7 @@ all enabled endpoints to be exposed over HTTP. The default convention is to use
[[production-ready-sensitive-endpoints]]
=== Securing sensitive endpoints
If you add '`Spring Security`' to you project, all sensitive endpoints exposed over HTTP
If you add '`Spring Security`' to your project, all sensitive endpoints exposed over HTTP
will be protected. By default '`basic`' authentication will be used with the username
`user` and a generated password (which is printed on the console when the application
starts).

Loading…
Cancel
Save