How to use Spring boot with Rest API

I am new to Spring boot. Where I can find tutorial about Spring boot and how to use Camunda Rest API in the Spring boot to create Web service ( any docs or videos). Thank you

For instance follow this video for Camunda Spring Boot https://youtu.be/sHgf_EsQzfc then the REST tutorial https://youtu.be/ypX90aQScOQ

This will create a camunda spring boot project for you: https://start.camunda.com/
(so you don’t need to follow https://docs.camunda.org/manual/7.12/user-guide/spring-boot-integration/)

This will help you understand the project contents: https://spring.io/guides/gs/spring-boot/

REST api documentation: https://docs.camunda.org/manual/latest/reference/rest/

1 Like