pinpoint前端

拎壶冲 fb439de5dd fix: 添加URL截取 6 months ago
${project.parent.basedir} a495737503 初始化提交 11 months ago
psd a495737503 初始化提交 11 months ago
src fb439de5dd fix: 添加URL截取 6 months ago
.gitignore 8285c22f86 初始化提交 11 months ago
README.md a495737503 初始化提交 11 months ago
pom.xml a495737503 初始化提交 11 months ago

README.md

pinpoint-web

build

mvnw install -pl web -am -Dmaven.test.skip=true

or

cd web
../mvnw install -pl web -am -Dbuild.frontend.skip=true -Dmaven.test.skip=true -f ../pom.xml

Skip frontend build

mvnw install -pl web -am -Dbuild.frontend.skip=true -Dmaven.test.skip=true

run

java -jar -Dpinpoint.zookeeper.address=$ZOOKEEPER_ADDRESS web/target/deploy/pinpoint-web-boot-$VERSION.jar

spring-profiles

java -jar -Dpinpoint.zookeeper.address=$ZOOKEEPER_ADDRESS -Dspring.profiles.active=release web/target/deploy/pinpoint-web-boot-$VERSION.jar

Configuration for development environment

Use /config directory External Application Properties

  • Create property file in /resources/config/ web/src/main/resources/config/MyConfig.properties