APIGee Edge + Java Spring Boot

Not applicable

Is there an option on APIGee Edge to build APIs using Java Spring Boot? I know Java Callouts are an option but are there other options & best practices?

0 2 4,614
2 REPLIES 2

Hi @Sudhi RauTypically what you create with Spring Boot you will proxy that through Apigee. We will not recommend you to deploy your backend APIs written in spring boot in Apigee. We will consider SpringBoot as a backend like any other backend.

If you want to CREATE a new API you can do so using Node.js and BaaS.

If you are writing your backend in SpringBoot then you can embed microgateway in that spring boot application. I am aware of other customers who are doing the same.

Let me know if that helps?

Can you give any example ,link or somthing