3 lines
100 B
Batchfile
3 lines
100 B
Batchfile
|
|
call mvn clean compile
|
||
|
|
cd target\classes
|
||
|
|
java -classpath ".;*" com.gitee.drinkjava2.frog.Application
|