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
6ee1db70
Commit
6ee1db70
authored
Dec 08, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24306 from izeye
* pr/24306: Polish Closes gh-24306
parents
07a1ef36
8c558039
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
IntegrationMetricsAutoConfigurationTests.java
...integration/IntegrationMetricsAutoConfigurationTests.java
+1
-2
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/integration/IntegrationMetricsAutoConfigurationTests.java
View file @
6ee1db70
...
@@ -21,7 +21,6 @@ import io.micrometer.core.instrument.MeterRegistry;
...
@@ -21,7 +21,6 @@ import io.micrometer.core.instrument.MeterRegistry;
import
org.junit.jupiter.api.Test
;
import
org.junit.jupiter.api.Test
;
import
org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
;
import
org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsRun
;
import
org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsRun
;
import
org.springframework.boot.autoconfigure.AutoConfigurations
;
import
org.springframework.boot.autoconfigure.AutoConfigurations
;
import
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
;
import
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
;
...
@@ -30,7 +29,7 @@ import org.springframework.boot.test.context.runner.ApplicationContextRunner;
...
@@ -30,7 +29,7 @@ import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import
static
org
.
assertj
.
core
.
api
.
Assertions
.
assertThat
;
import
static
org
.
assertj
.
core
.
api
.
Assertions
.
assertThat
;
/**
/**
* Tests for {@link
Rabbit
MetricsAutoConfiguration}.
* Tests for {@link
Integration
MetricsAutoConfiguration}.
*
*
* @author Artem Bilan
* @author Artem Bilan
*/
*/
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
6ee1db70
...
@@ -5950,7 +5950,7 @@ For instance, it is possible to customize the name of the table for the JDBC sto
...
@@ -5950,7 +5950,7 @@ For instance, it is possible to customize the name of the table for the JDBC sto
For setting the timeout of the session you can use the configprop:spring.session.timeout[] property.
For setting the timeout of the session you can use the configprop:spring.session.timeout[] property.
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable
@
WebSession` (Reactive).
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable
*
WebSession` (Reactive).
This will cause the auto-configuration to back off.
This will cause the auto-configuration to back off.
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
...
...
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