Polish documentation

Closes gh-3738
This commit is contained in:
izeye 2015-08-13 01:34:28 +09:00 committed by Andy Wilkinson
parent fbe2e470f0
commit eab7eff047
3 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@ public class MongoProperties {
/** /**
* Creates a {@link MongoClient} using the given {@code options} and * Creates a {@link MongoClient} using the given {@code options} and
* {@code environment}. If the configured port is zero, the value of the * {@code environment}. If the configured port is zero, the value of the
* {@code local.server.port} property retrieved from the {@code environment} is used * {@code local.mongo.port} property retrieved from the {@code environment} is used
* to configure the client. * to configure the client.
* *
* @param options the options * @param options the options

View File

@ -2292,7 +2292,7 @@ path using the `spring.h2.console.path` property.
[[boot-features-sql-h2-console-securing]] [[boot-features-sql-h2-console-securing]]
==== Securing the H2 console ==== Securing the H2 console
When Spring Security is one the and basic auth is enabled, the H2 console will be When Spring Security is on the classpath and basic auth is enabled, the H2 console will be
automatically secured using basic auth. The following properties can be used to customize automatically secured using basic auth. The following properties can be used to customize
the security configuration: the security configuration:

View File

@ -775,7 +775,7 @@ entropy for session keys.)
=== Using the Gradle plugin === Using the Gradle plugin
The Spring Boot Gradle plugin also includes a `bootRun` task which can be used to run The Spring Boot Gradle plugin also includes a `bootRun` task which can be used to run
your application in an exploded form. The `bootRun` task is added whenever you import your application in an exploded form. The `bootRun` task is added whenever you import
the `spring-boot-plugin` the `spring-boot-gradle-plugin`:
[indent=0,subs="attributes"] [indent=0,subs="attributes"]
---- ----