If the app fails to run, it might be needed to add spring.main.web-application-type=reactive in the common application.properties.
As for the two APIs, application-dev.properties and application-prod.properties will be needed, with the same requirements as for the others (gitignored or not, comments or no comments).
Related issues: #32,#2
Create a new Spring project with the Spring Cloud Gateway dependency.
If the app fails to run, it might be needed to add spring.main.web-application-type=reactive in the common application.properties.
As for the two APIs, application-dev.properties and application-prod.properties will be needed, with the same requirements as for the others (gitignored or not, comments or no comments).