File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed
creekfunctions/src/main/java/io/spring/creekfunctions
creekproducer/src/main/resources Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 24
24
* is safe-ish for kayaking. It then prints this result to console.
25
25
*/
26
26
public class ReportCreekMeasurements implements Function <List <CreekMeasurement >, String > {
27
-
28
27
@ Override
29
28
public String apply (List <CreekMeasurement > creekMeasurements ) {
30
29
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ spring:
11
11
bindings :
12
12
output :
13
13
destination : usgs-data
14
- group : foo
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
15
23
server :
16
24
port : 0
Original file line number Diff line number Diff line change 22
22
<groupId >org.springframework.cloud</groupId >
23
23
<artifactId >spring-cloud-stream-binder-rabbit</artifactId >
24
24
</dependency >
25
- <dependency >
26
- <groupId >org.springframework.cloud</groupId >
27
- <artifactId >spring-cloud-function-context</artifactId >
28
- </dependency >
25
+
29
26
<dependency >
30
27
<groupId >io.spring</groupId >
31
28
<artifactId >creekfunctions</artifactId >
32
29
<version >0.0.1-SNAPSHOT</version >
33
30
</dependency >
31
+
34
32
<dependency >
35
33
<groupId >org.springframework.boot</groupId >
36
34
<artifactId >spring-boot-starter-test</artifactId >
37
35
<scope >test</scope >
38
36
</dependency >
39
- <dependency >
40
- <groupId >org.springframework.cloud</groupId >
41
- <artifactId >spring-cloud-stream-test-binder</artifactId >
42
- <scope >test</scope >
43
- </dependency >
44
37
</dependencies >
45
38
<dependencyManagement >
46
39
<dependencies >
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ spring:
13
13
group : foo
14
14
output :
15
15
destination : creek-data
16
- group : foo
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0.0-SNAPSHOT </version >
8
+ <version >3.0.0</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >io.spring</groupId >
You can’t perform that action at this time.
0 commit comments