|
há 6 meses atrás | |
---|---|---|
${project.parent.basedir} | há 11 meses atrás | |
psd | há 11 meses atrás | |
src | há 6 meses atrás | |
.gitignore | há 11 meses atrás | |
README.md | há 11 meses atrás | |
pom.xml | há 11 meses atrás |
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