API Gateway plays a role as an entrance in the Microservice Architecture Pattern.
So we can create a Gateway project roughly for now.
What we should do.
- Create a Spring Boot project.
- Configure dependencies with the pom.xml file.
- Configure gateway properties.
- Test the gateway functionalities using JUnit.
API Gateway plays a role as an entrance in the Microservice Architecture Pattern.
So we can create a Gateway project roughly for now.
What we should do.