/payroll

A REST API built with Spring Boot

Primary LanguageJava

Payroll

A REST API built with Spring Boot

Usage

Launch the application

  • Spring initializr uses maven wrapper so type this:
$ ./mvnw clean spring-boot:run
  • Alternatively using your installed maven version type this:
$ mvn clean spring-boot:run
  • When the app starts, we immediately interrogate it.
$ curl -v localhost:8080/employees

Resource