1 Star 0 Fork 2.3K

cuiqunhao / jeewx

forked from JEECG / jeewx 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
start.bat 363 Bytes
Copy Edit Raw Blame History
echo 'Start to build project'
@echo off
cd jeecg-p3-biz-alipay-single
call mvn install package -Dmaven.test.skip=true
cd ..\jeecg-p3-biz-qywx
call mvn install package -Dmaven.test.skip=true
cd ..\jeewx
set MAVEN_OPTS=%MAVEN_OPTS% -Xms1024M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=256M
call mvn tomcat:run
@echo on
echo 'Build project successfully!'
pause
Java
1
https://gitee.com/cuiqunhao/jeewx.git
git@gitee.com:cuiqunhao/jeewx.git
cuiqunhao
jeewx
jeewx
master

Search