/apis-rest

Project from book "APIs REST" by Alexandre Saudate

Primary LanguageJava

apis-rest CircleCI

Codacy Badge Codacy Badge

Project from book "APIs REST" by Alexandre Saudate

Table of Contents

  1. Commands
  2. JaCoCo report
  3. Dependency check report
  4. References

Commands

  • make run: Start application
  • make test: Run unit tests
  • make verify: Run all tests and generate JaCoCo report
  • make clean: Clean project
  • make dependency_check: Check for vulnerabilities in the dependencies

JaCoCo report

Run make verify or ./mvnw verify to run all tests and generate a JaCoCo report. The report will be located at /target/site/jacoco/index.html

Dependency check report

Run make dependency_check or ./mvnw dependency-check:check to run the dependency check report. The report will be located at /target/dependency-check-report.html

References