diff --git a/spring-boot/spring-boot-camel/HELP.md b/spring-boot/spring-boot-camel/HELP.md deleted file mode 100644 index 8c7d8e4..0000000 --- a/spring-boot/spring-boot-camel/HELP.md +++ /dev/null @@ -1,17 +0,0 @@ -# Getting Started - -### Reference Documentation -For further reference, please consider the following sections: - -* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) -* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/) -* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/#build-image) -* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#boot-features-developing-web-applications) - -### Guides -The following guides illustrate how to use some features concretely: - -* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) -* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) -* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/) - diff --git a/spring-boot/spring-boot-camel/README.md b/spring-boot/spring-boot-camel/README.md new file mode 100644 index 0000000..3deaa3c --- /dev/null +++ b/spring-boot/spring-boot-camel/README.md @@ -0,0 +1,11 @@ +# Working with Apache Camel and Spring + +Example code for using Spring Boot with Apache Camel + +## Blog posts + +Blog posts about this topic: + +* [Working with Spring and Apache Camel](https://reflectoring.io/spring-camel/) + +