This chapter discusses how to develop code using Spring Cloud Function and deploy it to environments in the cloud, on-premises (on a premises datacenter), and on your laptop. It includes a step-by-step approach to coding and deploying the function.
- 1.
Set up the IDE for the Spring Boot framework.
- 2.
Add JPA, H2 (this example uses an embedded database to demonstrate the ...