|
пре 6 месеци | |
---|---|---|
${project.parent.basedir} | пре 11 месеци | |
psd | пре 11 месеци | |
src | пре 6 месеци | |
.gitignore | пре 11 месеци | |
README.md | пре 11 месеци | |
pom.xml | пре 11 месеци |
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
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
Use /config directory External Application Properties
/resources/config/
web/src/main/resources/config/MyConfig.properties