pinpoint前端

zhangwenya 7e8f81aff5 feat: 汉化组件 10 tháng trước cách đây
${project.parent.basedir} a495737503 初始化提交 11 tháng trước cách đây
psd a495737503 初始化提交 11 tháng trước cách đây
src 7e8f81aff5 feat: 汉化组件 10 tháng trước cách đây
.gitignore 8285c22f86 初始化提交 11 tháng trước cách đây
README.md a495737503 初始化提交 11 tháng trước cách đây
pom.xml a495737503 初始化提交 11 tháng trước cách đây

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