This project has 3 different modules. Each can be run independently on their own.
- user-services - configured to run on port 8400
- library-services - configured to run on port 8500
- microservices-demo - configured to run on port 8300
- eureka-server - configured to run on port 8761
At the module level, run the following gradle clean build
At the project level, run the following gradle clean bootrun
Note: This should build the project and package the archive to build/libs/ folder.
java -jar build/libs/library-services-1.0-SNAPSHOT.jar
Note: Assuming that your archive is created in build/libs/ folder.
gradle clean build && java -jar build/libs/library-services-1.0-SNAPSHOT.jar
