We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27630d9 commit db787faCopy full SHA for db787fa
build.gradle
@@ -92,7 +92,7 @@ subprojects { subproject ->
92
scalaVersion = '2.12'
93
springRetryVersion = '1.2.4.RELEASE'
94
springVersion = '5.2.0.M2'
95
- springDataCommonsVersion = '2.2.0.M4'
+ springDataCommonsVersion = '2.2.0.RC1'
96
reactorVersion = '3.3.0.M2'
97
reactorKafkaVersion = '1.1.1.RELEASE'
98
samples/sample-04/kafka-4-reactor/HELP.md
@@ -0,0 +1,7 @@
1
+# Getting Started
2
+
3
+### Reference Documentation
4
+For further reference, please consider the following sections:
5
6
+* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
7
0 commit comments