Frank-readresolve / itp3-dist-arch

Projet de groupe, architecture distribuée
3 stars 0 forks source link

API Gateway implementation #37

Open LaurineDaSilva opened 1 year ago

LaurineDaSilva commented 1 year ago

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).

LaurineDaSilva commented 1 year ago

PR initialisation du projet