Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 579 Bytes

File metadata and controls

executable file
·
31 lines (24 loc) · 579 Bytes

scala-cli-maven-spring-failsafe-findbugs-jacoco-testng-test-hello-world

Description

Analyze source code for potential bugs. A POC for spring app using testng framework with jacoco and failsafe plugins.

Tech stack

  • scala
  • maven
    • findbugs
    • spring
    • testng
    • failsafe
    • jacoco

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • findbugs report at bin/target/findbugs

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept