The project is a collection of Spring Boot projects. The projects are created to demonstrate the features of Nx workspace. It could be used as a reference for creating microservices using Nx workspace. Using Nx workspace, we can configure Spring Boot projects with ease.
npm install -g pnpmpnpm installThe Spring Boot uses pom.xml for the dependencies management.
pnpm run start-
http://localhost:8080/for the root endpoint -
http://localhost:8080/swagger-ui/index.htmlfor Swagger UI. Please refer it to know more about the endpoints.
The aspect directory contains the implementation of Aspect Oriented Programming in Spring Boot.