mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-24 08:30:40 +00:00
Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 花城 <71161318+wang1027-wqh@users.noreply.github.com>
Manager Center
Provides monitoring management, monitoring application configuration management, system user tenant background management, etc.
提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
Build HertzBeat Install Package
- Execute command in web-app
ng build --configuration production
- Execute command in root
mvn clean install
The HertzBeat install package will at manager/target/hertzbeat-{version}.tar.gz
- Build package with jdk
mvn clean package -Pruntime
- Execute command in collector
mvn clean package -Pcluster
Build Native
Execute command in manager
mvn native:compile -Pnative -Dmaven.test.skip=true