This is an automated email from the ASF dual-hosted git repository.
bvahdat pushed a commit to branch switch-3.11.0-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/switch-3.11.0-SNAPSHOT by this
push:
new cddbca0 polish
cddbca0 is described below
commit cddbca0a7606ab1386c663f8959f3949ab42ea9d
Author: Babak Vahdat <[email protected]>
AuthorDate: Fri May 21 19:54:17 2021 +0200
polish
---
rest-jpa/src/main/resources/application-dev.yml | 1 -
rest-jpa/src/main/resources/application.yml | 2 --
2 files changed, 3 deletions(-)
diff --git a/rest-jpa/src/main/resources/application-dev.yml
b/rest-jpa/src/main/resources/application-dev.yml
index 0796dde..8e6d62d 100644
--- a/rest-jpa/src/main/resources/application-dev.yml
+++ b/rest-jpa/src/main/resources/application-dev.yml
@@ -19,7 +19,6 @@ camel:
springboot:
# The Camel context name
name: CamelRestJpa
-
servlet:
mapping:
contextPath: /camel-rest-jpa/*
diff --git a/rest-jpa/src/main/resources/application.yml
b/rest-jpa/src/main/resources/application.yml
index 81995e7..61f313d 100644
--- a/rest-jpa/src/main/resources/application.yml
+++ b/rest-jpa/src/main/resources/application.yml
@@ -19,8 +19,6 @@ camel:
springboot:
# The Camel context name
name: CamelRestJpa
- rest:
- component: servlet
servlet:
mapping:
contextPath: /camel-rest-jpa/*