This project is for the API gateway which plays the role of sending a request to the proper service. We can create this project with the Spring Cloud.
The following list below is what you should do.
- Create a Spring Boot project through the Spring Initializr with the Maven option and the Spring Web dependency.
- Write a controller to test if it works.
- Test the endpoint.
That's it for now.
This project is for the API gateway which plays the role of sending a request to the proper service. We can create this project with the Spring Cloud.
The following list below is what you should do.
That's it for now.