Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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