# Build Jar & Skip Unit Test $ mvn clean package -Dmaven.test.skip=true # Run MySQL backend container for testing $ docker run --name mydb -p 3306:3306 -e MYSQL_USER=wezvatech -e ...
A production-style fraud detection platform for digital banking workflows, built with a Java Spring Boot core and a Python FastAPI machine learning service. This project detects suspicious ...