|
|
пре 11 месеци | |
|---|---|---|
| ${project.parent.basedir} | пре 1 година | |
| psd | пре 1 година | |
| src | пре 11 месеци | |
| .gitignore | пре 1 година | |
| README.md | пре 1 година | |
| pom.xml | пре 1 година |
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