Example of the development of an enterprise management application with a microservice architecture : department management, employee management, mission management.
to test project you must clone the project using git clone. then under each service you must run the following commands: mvn clean install. start each service in the order below with the command mvn spring-boot:run
1: discovery-service (to access the eureka registration interface: http://localhost:8761) 2 : gateway (starts under http://localhost:8181 ) 3 : department-service (to access swagger-ui http://localhost:8182/swagger-ui.html ) 4 : employee-service (access to swagger-ui http://localhost:8183/swagger-ui.html ) 5 : mission-service (access to swagger-ui http://localhost:8184/swagger-ui.html )