Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 534 Bytes

Developer: Luis Fernando Pereira

Email: [email protected]

Requirements

Java 11, Maven 3.1+

Build

mvn clean install

Run:

With Maven

mvn exec:java -pl employees-service -Dexec.mainClass=com.masglobal.consulting.employees.EmployeesApiApplication

With Java

java -jar employees-service/target/employees-service-0.0.1-SNAPSHOT.jar

Endpoint documentation Swagger

http://localhost:8080/api/swagger/swagger-ui.html

Swagger-UI