added Readme

This commit is contained in:
Pratik Das
2021-06-13 16:44:42 +04:00
parent 8d82de705f
commit ec71062edb
2 changed files with 11 additions and 17 deletions

View File

@@ -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/)

View File

@@ -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/)