# vms **Repository Path**: nuno/vms ## Basic Information - **Project Name**: vms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-19 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动命令 项目启动时,各个moudule的fatjar需要跟config目录在同一层级,例如: 项目 profile : dev 、 sit 、 prd dev 环境启动: ```shell java -jar proxy-1.0-SNAPSHOT-fat.jar -Dprofile=dev ``` 集群关键网络配置参见 cluster-xxx.xml,配置形式如下: ```xml machine1 machine2 machine3:5799 192.168.1.0-7 192.168.1.21 ```