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
b8a315d8
Commit
b8a315d8
authored
Mar 06, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5345 from izeye/polish-20160306
* pr/5345: Polish
parents
830c4c99
122270c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
JolokiaProperties.java
...amework/boot/actuate/autoconfigure/JolokiaProperties.java
+1
-1
Info.java
...main/java/org/springframework/boot/actuate/info/Info.java
+1
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+4
-4
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/JolokiaProperties.java
View file @
b8a315d8
...
@@ -31,7 +31,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
...
@@ -31,7 +31,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public
class
JolokiaProperties
{
public
class
JolokiaProperties
{
/**
/**
* Jolokia settings. These are traditionally set using servlet parameters
, r
efer to
* Jolokia settings. These are traditionally set using servlet parameters
. R
efer to
* the documentation of Jolokia for more details.
* the documentation of Jolokia for more details.
*/
*/
private
Map
<
String
,
String
>
config
=
new
HashMap
<
String
,
String
>();
private
Map
<
String
,
String
>
config
=
new
HashMap
<
String
,
String
>();
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/info/Info.java
View file @
b8a315d8
...
@@ -26,7 +26,7 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include;
...
@@ -26,7 +26,7 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include;
/**
/**
* Carries information of the application.
* Carries information of the application.
* <p>
* <p>
* Each detail element can singular or a hierarchical object such as a pojo or a nested
* Each detail element can
be
singular or a hierarchical object such as a pojo or a nested
* Map.
* Map.
*
*
* @author Meang Akira Tanaka
* @author Meang Akira Tanaka
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
b8a315d8
...
@@ -2373,9 +2373,9 @@ loadable.
...
@@ -2373,9 +2373,9 @@ loadable.
See {sc-spring-boot-autoconfigure}/jdbc/DataSourceProperties.{sc-ext}[`DataSourceProperties`]
See {sc-spring-boot-autoconfigure}/jdbc/DataSourceProperties.{sc-ext}[`DataSourceProperties`]
for more of the supported options. These are the standard options that work regardless of
for more of the supported options. These are the standard options that work regardless of
the actual implementation. It is also possible to fine-tune implementation-specific
the actual implementation. It is also possible to fine-tune implementation-specific
settings using their respective prefix (`+spring.datasource.tomcat*+`,
settings using their respective prefix (`+spring.datasource.tomcat
.
*+`,
`+spring.datasource.hikari
+`, `+spring.datasource.dbcp
*+` and
`+spring.datasource.hikari
.*+`, `+spring.datasource.dbcp.
*+` and
`+spring.datasource.dbcp2
*+`), r
efer to the documentation of the connection pool
`+spring.datasource.dbcp2
.*+`). R
efer to the documentation of the connection pool
implementation you are using for more details.
implementation you are using for more details.
For instance, if you are using the
For instance, if you are using the
...
@@ -3747,7 +3747,7 @@ used to declare a corresponding queue on the RabbitMQ instance if necessary.
...
@@ -3747,7 +3747,7 @@ used to declare a corresponding queue on the RabbitMQ instance if necessary.
When the Rabbit infrastructure is present, any bean can be annotated with
When the Rabbit infrastructure is present, any bean can be annotated with
`@RabbitListener` to create a listener endpoint. If no `RabbitListenerContainerFactory`
`@RabbitListener` to create a listener endpoint. If no `RabbitListenerContainerFactory`
has been defined, a default one is configured automatically. If a `MessageConverter`
has been defined, a default one is configured automatically. If a `MessageConverter`
beans is defined, i
s
is associated automatically to the default factory.
beans is defined, i
t
is associated automatically to the default factory.
The following component creates a listener endpoint on the `someQueue` queue:
The following component creates a listener endpoint on the `someQueue` queue:
...
...
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