forked from dee1024/sloth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mvn.sh
7 lines (6 loc) · 1.05 KB
/
mvn.sh
1
2
3
4
5
6
7
#!/bin/bash
mvn clean install
mvn exec:java -Dexec.args="-path/Users/dee/Documents/dev/github -projectnamebest-practices-springboot-mybatis -packagecom.github.dee1024.sloth -h127.0.0.1 -P3306 -uroot -p -dtest -strategyssm" -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="Application"
#mvn exec:java -Dexec.args="-path/Users/dee/Documents/dev/github -projectnamebest-practices-springboot-springjdbc -packagecom.github.dee1024.sloth -h127.0.0.1 -P3306 -uroot -p -dtest -strategysss" -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="Application"
#mvn exec:java -Dexec.args="-path/Users/dee/Documents/dev/github -projectnamebest-practices-springboot-jooq -packagecom.github.dee1024.sloth -h127.0.0.1 -P3306 -uroot -p -dtest -strategyssj" -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="Application"
#mvn exec:java -Dexec.args="-path/Users/dee/Documents/dev/github -projectnamebest-practices-springboot-springdata -packagecom.github.dee1024.sloth -h127.0.0.1 -P3306 -uroot -p -dtest -strategyssd" -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="Application"