vendredi 4 septembre 2015

Spring Boot generate test package

I have Spring Boot application with some test classes. I successfully deploy application as war package.

But I also want to produce a package, which allows me to run test from command line. For example:

java -jar MyAppTest.jar

How make such package?

Aucun commentaire:

Enregistrer un commentaire