This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 65136e7  CAMEL-17575: main examples - even easier
65136e7 is described below

commit 65136e78faf4f80f66fde58944259f09d40a7b0d
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 5 14:51:35 2022 +0100

    CAMEL-17575: main examples - even easier
---
 .../src/main/resources/application.properties      | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git 
a/examples/kamelet-chucknorris/src/main/resources/application.properties 
b/examples/kamelet-chucknorris/src/main/resources/application.properties
new file mode 100644
index 0000000..8945f00
--- /dev/null
+++ b/examples/kamelet-chucknorris/src/main/resources/application.properties
@@ -0,0 +1,24 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+# here you can configure options on camel main
+# https://camel.apache.org/components/next/others/main.html
+camel.main.name = MyKameletCamel
+
+# routes to load
+camel.main.routes-include-pattern = camel/*.xml
+

Reply via email to