cdinescu / ride-sharing-app

0 stars 0 forks source link

Mutual exclusion: either reactive web or blocking web #53

Closed cdinescu closed 3 years ago

cdinescu commented 3 years ago

Some project (e.g. Spring Cloud Config Server, Eureka Server) use the web stack (together with Tomcat). The reactive web dependencies should be declared in each project, instead of forcing all the projects to have bot web and reactive web in the dependency list.