Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
f4589e7c
Commit
f4589e7c
authored
Jul 15, 2015
by
izeye
Committed by
Stephane Nicoll
Jul 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
Closes gh-3504
parent
f2d32d3e
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
20 additions
and
20 deletions
+20
-20
CacheProperties.java
...ngframework/boot/autoconfigure/cache/CacheProperties.java
+1
-1
CommonsDbcpDataSourcePoolMetadata.java
...gure/jdbc/metadata/CommonsDbcpDataSourcePoolMetadata.java
+1
-1
ArtemisConnectionFactoryFactory.java
...onfigure/jms/artemis/ArtemisConnectionFactoryFactory.java
+1
-1
WebMvcProperties.java
...ingframework/boot/autoconfigure/web/WebMvcProperties.java
+2
-2
ConnectionInputStream.java
...ework/boot/devtools/livereload/ConnectionInputStream.java
+1
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
appendix-configuration-metadata.adoc
...cs/src/main/asciidoc/appendix-configuration-metadata.adoc
+1
-1
appendix-executable-jar-format.adoc
...ocs/src/main/asciidoc/appendix-executable-jar-format.adoc
+1
-1
deployment.adoc
spring-boot-docs/src/main/asciidoc/deployment.adoc
+1
-1
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+1
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+2
-2
GemstoneService.java
...ain/java/sample/data/gemfire/service/GemstoneService.java
+1
-1
GemstoneServiceImpl.java
...java/sample/data/gemfire/service/GemstoneServiceImpl.java
+1
-1
InnerClassProperties.java
...ot/configurationsample/specific/InnerClassProperties.java
+1
-1
LaunchScript.java
...a/org/springframework/boot/loader/tools/LaunchScript.java
+1
-1
AnsiOutputApplicationListener.java
...rk/boot/context/config/AnsiOutputApplicationListener.java
+1
-1
ServletRegistrationBean.java
...mework/boot/context/embedded/ServletRegistrationBean.java
+2
-2
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheProperties.java
View file @
f4589e7c
...
@@ -94,7 +94,7 @@ public class CacheProperties {
...
@@ -94,7 +94,7 @@ public class CacheProperties {
* Resolve the config location if set.
* Resolve the config location if set.
* @param config the config resource
* @param config the config resource
* @return the location or {@code null} if it is not set
* @return the location or {@code null} if it is not set
* @throws IllegalArgumentException if the config attribute is set to a unknown
* @throws IllegalArgumentException if the config attribute is set to a
n
unknown
* location
* location
*/
*/
public
Resource
resolveConfigLocation
(
Resource
config
)
{
public
Resource
resolveConfigLocation
(
Resource
config
)
{
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/metadata/CommonsDbcpDataSourcePoolMetadata.java
View file @
f4589e7c
...
@@ -21,7 +21,7 @@ import javax.sql.DataSource;
...
@@ -21,7 +21,7 @@ import javax.sql.DataSource;
import
org.apache.commons.dbcp.BasicDataSource
;
import
org.apache.commons.dbcp.BasicDataSource
;
/**
/**
* {@link DataSourcePoolMetadata} for a Apache Commons DBCP {@link DataSource}.
* {@link DataSourcePoolMetadata} for a
n
Apache Commons DBCP {@link DataSource}.
*
*
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.2.0
* @since 1.2.0
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConnectionFactoryFactory.java
View file @
f4589e7c
...
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
...
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
import
org.springframework.util.ClassUtils
;
import
org.springframework.util.ClassUtils
;
/**
/**
* Factory to create a Artemis {@link ActiveMQConnectionFactory} instance from properties
* Factory to create a
n
Artemis {@link ActiveMQConnectionFactory} instance from properties
* defined in {@link ArtemisProperties}.
* defined in {@link ArtemisProperties}.
*
*
* @author Eddú Meléndez
* @author Eddú Meléndez
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcProperties.java
View file @
f4589e7c
...
@@ -49,7 +49,7 @@ public class WebMvcProperties {
...
@@ -49,7 +49,7 @@ public class WebMvcProperties {
private
String
dateFormat
;
private
String
dateFormat
;
/**
/**
* If the
the
content of the "default" model should be ignored during redirect
* If the content of the "default" model should be ignored during redirect
* scenarios.
* scenarios.
*/
*/
private
boolean
ignoreDefaultModelOnRedirect
=
true
;
private
boolean
ignoreDefaultModelOnRedirect
=
true
;
...
@@ -127,7 +127,7 @@ public class WebMvcProperties {
...
@@ -127,7 +127,7 @@ public class WebMvcProperties {
private
String
prefix
;
private
String
prefix
;
/**
/**
* Spring MVC view suffx.
* Spring MVC view suff
i
x.
*/
*/
@Value
(
"${spring.view.suffix:}"
)
@Value
(
"${spring.view.suffix:}"
)
private
String
suffix
;
private
String
suffix
;
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/livereload/ConnectionInputStream.java
View file @
f4589e7c
...
@@ -83,7 +83,7 @@ class ConnectionInputStream extends FilterInputStream {
...
@@ -83,7 +83,7 @@ class ConnectionInputStream extends FilterInputStream {
}
}
/**
/**
* Read a
a
number of bytes from the stream (checking that the end of the stream
* Read a number of bytes from the stream (checking that the end of the stream
* hasn't been reached)
* hasn't been reached)
* @param buffer the destination buffer
* @param buffer the destination buffer
* @param offset the buffer offset
* @param offset the buffer offset
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
f4589e7c
...
@@ -133,7 +133,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -133,7 +133,7 @@ content into your application; rather pick only the properties that you need.
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
spring.mvc.favicon.enabled=true
spring.mvc.favicon.enabled=true
spring.mvc.message-codes-resolver-format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
spring.mvc.message-codes-resolver-format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
spring.mvc.ignore-default-model-on-redirect=true # if the
the
content of the "default" model should be ignored redirects
spring.mvc.ignore-default-model-on-redirect=true # if the content of the "default" model should be ignored redirects
spring.mvc.async.request-timeout= # async request timeout in milliseconds
spring.mvc.async.request-timeout= # async request timeout in milliseconds
spring.mvc.view.prefix= # MVC view prefix
spring.mvc.view.prefix= # MVC view prefix
spring.mvc.view.suffix= # ... and suffix
spring.mvc.view.suffix= # ... and suffix
...
...
spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc
View file @
f4589e7c
...
@@ -538,7 +538,7 @@ value but could highlight valid packages and class names that are not available
...
@@ -538,7 +538,7 @@ value but could highlight valid packages and class names that are not available
project's classpath.
project's classpath.
The meta-data snippet below corresponds to the standard `logging.level` property, keys
The meta-data snippet below corresponds to the standard `logging.level` property, keys
are _logger names_ and values correspond to the
the
standard log levels or any custom
are _logger names_ and values correspond to the standard log levels or any custom
level:
level:
[source,json,indent=0]
[source,json,indent=0]
...
...
spring-boot-docs/src/main/asciidoc/appendix-executable-jar-format.adoc
View file @
f4589e7c
...
@@ -21,7 +21,7 @@ without unpacking.
...
@@ -21,7 +21,7 @@ without unpacking.
To solve this problem, many developers use "`shaded`" jars. A shaded jar simply packages
To solve this problem, many developers use "`shaded`" jars. A shaded jar simply packages
all classes, from all jars, into a single 'uber jar'. The problem with shaded jars is
all classes, from all jars, into a single 'uber jar'. The problem with shaded jars is
that it becomes hard to see which libraries you are actually using in your application.
that it becomes hard to see which libraries you are actually using in your application.
It can also be problematic if the
the
same filename is used (but with different content)
It can also be problematic if the same filename is used (but with different content)
in multiple jars. Spring Boot takes a different approach and allows you to actually nest
in multiple jars. Spring Boot takes a different approach and allows you to actually nest
jars directly.
jars directly.
...
...
spring-boot-docs/src/main/asciidoc/deployment.adoc
View file @
f4589e7c
...
@@ -348,7 +348,7 @@ or `systemd`.
...
@@ -348,7 +348,7 @@ or `systemd`.
[[deployment-initd-service]]
[[deployment-initd-service]]
==== Installation as a init.d service (System V)
==== Installation as a
n
init.d service (System V)
The default executable script that can be embedded into Spring Boot jars will act as an
The default executable script that can be embedded into Spring Boot jars will act as an
`init.d` script when it is symlinked to `/etc/init.d`. The standard `start`, `stop`,
`init.d` script when it is symlinked to `/etc/init.d`. The standard `start`, `stop`,
`restart` and `status` commands can be used. The script supports the following features:
`restart` and `status` commands can be used. The script supports the following features:
...
...
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
f4589e7c
...
@@ -705,7 +705,7 @@ distribute a self-contained application.
...
@@ -705,7 +705,7 @@ distribute a self-contained application.
To solve this problem, many developers use "`uber`" jars. An uber jar simply packages
To solve this problem, many developers use "`uber`" jars. An uber jar simply packages
all classes, from all jars, into a single archive. The problem with this approach is that
all classes, from all jars, into a single archive. The problem with this approach is that
it becomes hard to see which libraries you are actually using in your application. It can
it becomes hard to see which libraries you are actually using in your application. It can
also be problematic if the
the
same filename is used (but with different content) in
also be problematic if the same filename is used (but with different content) in
multiple jars.
multiple jars.
Spring Boot takes a <<appendix-executable-jar-format.adoc#executable-jar, different
Spring Boot takes a <<appendix-executable-jar-format.adoc#executable-jar, different
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
f4589e7c
...
@@ -286,7 +286,7 @@ values can be injected directly into your beans using the `@Value` annotation, a
...
@@ -286,7 +286,7 @@ values can be injected directly into your beans using the `@Value` annotation, a
via Spring's `Environment` abstraction or bound to structured objects.
via Spring's `Environment` abstraction or bound to structured objects.
Spring Boot uses a very particular `PropertySource` order that is designed to allow
Spring Boot uses a very particular `PropertySource` order that is designed to allow
sensible overriding of values, properties are considered in the
the
following order:
sensible overriding of values, properties are considered in the following order:
. Command line arguments.
. Command line arguments.
. JNDI attributes from `java:comp/env`.
. JNDI attributes from `java:comp/env`.
...
@@ -2639,7 +2639,7 @@ TIP: It is also possible to {spring-reference}/#cache-annotations-put[update] or
...
@@ -2639,7 +2639,7 @@ TIP: It is also possible to {spring-reference}/#cache-annotations-put[update] or
=== Supported cache providers
=== Supported cache providers
The cache abstraction does not provide an actual store and relies on a
a
bstraction
The cache abstraction does not provide an actual store and relies on abstraction
materialized by the `org.springframework.cache.Cache` and
materialized by the `org.springframework.cache.Cache` and
`org.springframework.cache.CacheManager` interfaces. Spring Boot auto-configures a
`org.springframework.cache.CacheManager` interfaces. Spring Boot auto-configures a
suitable `CacheManager` according to the implementation as long as the caching support is
suitable `CacheManager` according to the implementation as long as the caching support is
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/src/main/java/sample/data/gemfire/service/GemstoneService.java
View file @
f4589e7c
...
@@ -50,7 +50,7 @@ public interface GemstoneService {
...
@@ -50,7 +50,7 @@ public interface GemstoneService {
/**
/**
* Return a listing of Gemstones currently stored in the GemFire Cache.
* Return a listing of Gemstones currently stored in the GemFire Cache.
* @return a Iterable object to iterate over the list of Gemstones currently stored in
* @return a
n
Iterable object to iterate over the list of Gemstones currently stored in
* the GemFire Cache.
* the GemFire Cache.
* @see java.lang.Iterable
* @see java.lang.Iterable
* @see sample.data.gemfire.domain.Gemstone
* @see sample.data.gemfire.domain.Gemstone
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/src/main/java/sample/data/gemfire/service/GemstoneServiceImpl.java
View file @
f4589e7c
...
@@ -97,7 +97,7 @@ public class GemstoneServiceImpl implements GemstoneService {
...
@@ -97,7 +97,7 @@ public class GemstoneServiceImpl implements GemstoneService {
* Return a listing of Gemstones currently stored in the GemFire Cache.
* Return a listing of Gemstones currently stored in the GemFire Cache.
* <p/>
* <p/>
*
*
* @return a Iterable object to iterate over the list of Gemstones currently stored in
* @return a
n
Iterable object to iterate over the list of Gemstones currently stored in
* the GemFire Cache.
* the GemFire Cache.
* @see java.lang.Iterable
* @see java.lang.Iterable
* @see sample.data.gemfire.domain.Gemstone
* @see sample.data.gemfire.domain.Gemstone
...
...
spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/specific/InnerClassProperties.java
View file @
f4589e7c
...
@@ -20,7 +20,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
...
@@ -20,7 +20,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
import
org.springframework.boot.configurationsample.NestedConfigurationProperty
;
import
org.springframework.boot.configurationsample.NestedConfigurationProperty
;
/**
/**
* Demonstrate the auto-detection of
a
inner config classes.
* Demonstrate the auto-detection of inner config classes.
*
*
* @author Stephane Nicoll
* @author Stephane Nicoll
*/
*/
...
...
spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/LaunchScript.java
View file @
f4589e7c
...
@@ -25,7 +25,7 @@ package org.springframework.boot.loader.tools;
...
@@ -25,7 +25,7 @@ package org.springframework.boot.loader.tools;
public
interface
LaunchScript
{
public
interface
LaunchScript
{
/**
/**
* The
the
content of the launch script as a byte array.
* The content of the launch script as a byte array.
* @return the script bytes
* @return the script bytes
*/
*/
byte
[]
toByteArray
();
byte
[]
toByteArray
();
...
...
spring-boot/src/main/java/org/springframework/boot/context/config/AnsiOutputApplicationListener.java
View file @
f4589e7c
...
@@ -24,7 +24,7 @@ import org.springframework.context.ApplicationListener;
...
@@ -24,7 +24,7 @@ import org.springframework.context.ApplicationListener;
import
org.springframework.core.Ordered
;
import
org.springframework.core.Ordered
;
/**
/**
* An {@link ApplicationListener} that configures {@link AnsiOutput} depending on the
the
* An {@link ApplicationListener} that configures {@link AnsiOutput} depending on the
* value of the property {@code spring.output.ansi.enabled}. See {@link Enabled} for valid
* value of the property {@code spring.output.ansi.enabled}. See {@link Enabled} for valid
* values.
* values.
*
*
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java
View file @
f4589e7c
...
@@ -153,8 +153,8 @@ public class ServletRegistrationBean extends RegistrationBean {
...
@@ -153,8 +153,8 @@ public class ServletRegistrationBean extends RegistrationBean {
}
}
/**
/**
* Set the
the
{@link MultipartConfigElement multi-part configuration}.
* Set the {@link MultipartConfigElement multi-part configuration}.
* @param multipartConfig the muti-part configuration to set or {@code null}
* @param multipartConfig the mu
l
ti-part configuration to set or {@code null}
*/
*/
public
void
setMultipartConfig
(
MultipartConfigElement
multipartConfig
)
{
public
void
setMultipartConfig
(
MultipartConfigElement
multipartConfig
)
{
this
.
multipartConfig
=
multipartConfig
;
this
.
multipartConfig
=
multipartConfig
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment