1 Star 0 Fork 133

CodingOX/springside4

forked from 江南白衣/springside4 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quick-start.bat 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
calvin.xiao 提交于 2015-11-10 01:42 . 使用flyway
@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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/codingox/springside4.git
git@gitee.com:codingox/springside4.git
codingox
springside4
springside4
master

搜索帮助