Skip to content

Commit 56c4fa4

Browse files
committed
CAMEL-21709: camel-jbang - use route as top-level attribute when creating a Camel Yaml dsl route
1 parent 4e5052a commit 56c4fa4

File tree

1 file changed

+9
-8
lines changed
  • dsl/camel-jbang/camel-jbang-core/src/main/resources/templates

1 file changed

+9
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
- from:
2-
uri: "timer:yaml"
3-
parameters:
4-
period: "1000"
5-
steps:
6-
- setBody:
7-
simple: "Hello Camel from ${routeId}"
8-
- log: "${body}"
1+
- route:
2+
from:
3+
uri: timer:yaml
4+
parameters:
5+
period: "1000"
6+
steps:
7+
- setBody:
8+
simple: Hello Camel from ${routeId}
9+
- log: ${body}

0 commit comments

Comments
 (0)