190 Star 535 Fork 133

江南白衣/springside4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quick-start.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
calvin1978 提交于 2017-01-21 02:38 . 放弃JDK6支持
#!/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/calvin1978/springside4.git
git@gitee.com:calvin1978/springside4.git
calvin1978
springside4
springside4
master

搜索帮助