You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicatorTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
importstaticorg.mockito.Mockito.mock;
34
34
35
35
/**
36
-
* Tests for {@link CassandraReactiveHealthIndicatorTests}.
36
+
* Tests for {@link CassandraReactiveHealthIndicator}.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelector.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,8 +412,8 @@ public void process(AnnotationMetadata annotationMetadata,
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionEvaluationReport.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ public List<String> getExclusions() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ content into your application. Rather, pick only the properties that you need.
259
259
server.tomcat.protocol-header-https-value=https # Value of the protocol header indicating whether the incoming request uses SSL.
260
260
server.tomcat.redirect-context-root= # Whether requests to the context root should be redirected by appending a / to the path.
261
261
server.tomcat.remote-ip-header= # Name of the HTTP header from which the remote IP is extracted. For instance, `X-FORWARDED-FOR`.
262
-
server.tomcat.resource.allow-caching= # Whether static resource caching is permitted for this web application.
262
+
server.tomcat.resource.allow-caching=true # Whether static resource caching is permitted for this web application.
263
263
server.tomcat.resource.cache-ttl= # Time-to-live of the static resource cache.
264
264
server.tomcat.uri-encoding=UTF-8 # Character encoding to use to decode the URI.
265
265
server.tomcat.use-relative-redirects= # Whether HTTP 1.1 and later location headers generated by a call to sendRedirect will use relative or absolute redirects.
@@ -571,14 +571,14 @@ content into your application. Rather, pick only the properties that you need.
0 commit comments