mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
20 lines
727 B
Batchfile
20 lines
727 B
Batchfile
@REM
|
||
@REM Copyright (c) 2019 Of Him Code Technology Studio
|
||
@REM Jpom is licensed under Mulan PSL v2.
|
||
@REM You can use this software according to the terms and conditions of the Mulan PSL v2.
|
||
@REM You may obtain a copy of Mulan PSL v2 at:
|
||
@REM http://license.coscl.org.cn/MulanPSL2
|
||
@REM THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
||
@REM See the Mulan PSL v2 for more details.
|
||
@REM
|
||
|
||
@echo off
|
||
|
||
@REM <20><><EFBFBD>ٴ<EFBFBD><D9B4><EFBFBD><EFBFBD>Ŀ<EFBFBD>ű<EFBFBD>
|
||
|
||
@REM <20><><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0>
|
||
call cd ../ && cd web-vue && npm i && npm run build
|
||
|
||
@REM <20><><EFBFBD><EFBFBD> Java
|
||
call cd ../ && mvn clean package
|