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-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/ReactiveCassandraAccessor.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,7 @@ public void afterPropertiesSet() {
113
113
*
114
114
* @param ex the offending {@link DriverException}
115
115
* @return the DataAccessException, wrapping the {@code DriverException}
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/cassandra/configuration.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ You can do so either by using Java-based bean metadata or by using XML-based bea
6
6
These are discussed in the following sections.
7
7
8
8
NOTE: For those not familiar with how to configure the Spring container using Java-based bean metadata instead of XML-based metadata, see the high-level introduction in the reference docs
0 commit comments