This repository is a completed version of the Spring framework's guide for Multi-Module Projects. It is intended for use as a starting point to show how to add Nx to a Gradle repository.
The repository contains 2 projects:
- The main
application
project which contains the SpringDemoApplication
- A
library
project which contains a Service used in theDemoApplication
You can see the above 2 projects by running ./gradlew projects
> Task :projects
------------------------------------------------------------
Root project 'gradle-tutorial'
------------------------------------------------------------
Root project 'gradle-tutorial'
+--- Project ':application'
\--- Project ':library'
To see how Nx can improve the developer experience in a Gradle repository, follow the Gradle tutorial on nx.dev.