Skip to content

projeto de exemplo para estudos, nenhum dado real é utilizado

Notifications You must be signed in to change notification settings

bredah/fake-social-network

Repository files navigation

Social Network

Command

  • Run app
make start-api

Test

Run single test class

# Test Class
mvn test -Dtest=ClassName
# Test Method
mvn test -Dtest=ClassName#MethodName
# Test TAG
mvn test -Dgroups=TAG
# Maven Module
mvn test -pl :web

This command defaults to the dev profile in Spring Boot

More details