192 Star 535 Fork 135

江南白衣 / springside4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
quick-start.bat 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
calvin1978 提交于 2017-01-21 02:38 . 放弃JDK6支持
@echo off
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.
set MVN=mvn
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128M
echo [Step 1] Install all springside modules to local maven repository.
cd modules
call %MVN% clean install
if errorlevel 1 goto error
echo [Step 2] run boot-api project in dev mode.
cd ..\examples\boot-api
call %MVN% spring-boot:run
if errorlevel 1 goto error
goto end
:error
echo Error Happen!!
:end
pause
Java
1
https://gitee.com/calvin1978/springside4.git
git@gitee.com:calvin1978/springside4.git
calvin1978
springside4
springside4
master

搜索帮助