We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb8e5a + 3343cd4 commit 89cdd30Copy full SHA for 89cdd30
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
376
[[production-ready-sensitive-endpoints]]
377
=== Securing sensitive endpoints
378
-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
379
will be protected. By default '`basic`' authentication will be used with the username
380
`user` and a generated password (which is printed on the console when the application
381
starts).
0 commit comments