1 Star 0 Fork 0

iliuyong / springside4old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
quick-start.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
calvin.xiao 提交于 2015-11-10 01:42 . 使用flyway
#!/bin/bash
echo "[Pre-Requirement] Makesure install JDK 7.0+ and set the JAVA_HOME."
echo "[Pre-Requirement] Makesure install Maven 3.0.3+ and set the PATH."
export MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom"
echo "[Step 1] Install all springside modules to local maven repository."
cd modules
mvn clean install
if [ $? -ne 0 ];then
echo "Quit because maven install fail"
exit -1
fi
echo "[Step 2] run boot-api project in dev mode."
cd ../examples/boot-api
mvn spring-boot:run
1
https://gitee.com/iliuyong/springside4.git
git@gitee.com:iliuyong/springside4.git
iliuyong
springside4
springside4old
master

搜索帮助