Skip to content

Commit feb1ab3

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents 544c738 + 095eb77 commit feb1ab3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
"name": "spring.data.couchbase.consistency",
8989
"defaultValue": "read-your-own-writes"
9090
},
91+
{
92+
"name": "spring.data.cassandra.repositories.enabled",
93+
"type": "java.lang.Boolean",
94+
"description": "Enable Cassandra repositories.",
95+
"defaultValue": true
96+
},
9197
{
9298
"name": "spring.data.couchbase.repositories.enabled",
9399
"type": "java.lang.Boolean",

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ content into your application; rather pick only the properties that you need.
560560
spring.data.cassandra.password= # Login password of the server.
561561
spring.data.cassandra.read-timeout-millis= # Socket option: read time out.
562562
spring.data.cassandra.reconnection-policy= # Reconnection policy class.
563+
spring.data.cassandra.repositories.enabled= # Enable Cassandra repositories.
563564
spring.data.cassandra.retry-policy= # Class name of the retry policy.
564565
spring.data.cassandra.serial-consistency-level= # Queries serial consistency level.
565566
spring.data.cassandra.schema-action=none # Schema action to take at startup.

0 commit comments

Comments
 (0)