1 Star 10 Fork 4

realmadred / f-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
flowService .bat 1.15 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
liufeng 提交于 2022-12-20 17:16 . 工作流
@rem
@rem Licensed to the Apache Software Foundation (ASF) under one or more
@rem contributor license agreements. See the NOTICE file distributed with
@rem this work for additional information regarding copyright ownership.
@rem The ASF licenses this file to You under the Apache License, Version 2.0
@rem (the "License"); you may not use this file except in compliance with
@rem the License. You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@echo off & setlocal enabledelayedexpansion
cd %~dp0
set LOG_HOME=%~dp0/../logs
set SERVER_NAME=flow
set CLASS_PATH=""
set JAVA_OPTS=-server -Xmx512m -Xms256m -Xss256k
set "JAVA_OPTS=%JAVA_OPTS%
echo Starting the %SERVER_NAME% ...
java %JAVA_OPTS% -Dfile.encoding=UTF-8 -jar service/flow-service/build/libs/flow-service-1.0.0.jar
pause
1
https://gitee.com/realmadridlf/f-cloud.git
git@gitee.com:realmadridlf/f-cloud.git
realmadridlf
f-cloud
f-cloud
master

搜索帮助