Relative Content

Tag Archive for javamicroservicesgatewaynestjs-microservice

whole backend to one microservice, is it possible?

I have been asked to transform the entire backend of a project (Spring Boot) into one microservice, which will then communicate with a gateway (NestJS) using RabbitMQ. I am uncertain of the possibility of doing that .
here is my Project Structure