Can be executed within or without docker containers
- Discovery Server - http://localhost:8761
- Config Server - http://localhost:8888
- API Gateway - http://localhost:8080
- Departments Services - random port
Go to the project's directory: cd misy
Build the project: mvnw.cmd clean install
Go to the project's directory: cd misy
Af first, run Config Server: java -jar misy-config-server\target\misy-config-server-0.1.0.jar
Then Discovery Server: java -jar misy-discovery-server\target\misy-discovery-server-0.1.0.jar
The same way others.
Press Ctrl + c
Go to the project's directory: cd misy
Build the project: ./mvnw clean install -PbuildDocker
Go to the project's directory: cd misy
Start the project: docker-compose up
Press Ctrl + c