Local Environment Setup
Installation of adb module
Clone https://bitbucket.org/lifeconnectsas/adb/src
git clone git@bitbucket.org:lifeconnectsas/adb.git
Compile it and install to the maven repository
mvn install
Installation of a service
Clone https://bitbucket.org/lifeconnectsas/adb-persons/src
git clone git@bitbucket.org:lifeconnectsas/adb-persons.git
Check pom.xml that adb version matches version that you installed in previous step
In Spring boot run configuration specify VM options. Insert provided credentials instead of <accessKeyId> and <secretKey>
-DaltSnapshotDeploymentRepository=snapshot::default::s3://maven-repo.life-connect.fr/snapshot -DaltReleaseDeploymentRepository=release::default::s3://maven-repo.life-connect.fr/release -Daws.accessKeyId=<accessKeyId> -Daws.secretKey=<secretKey>
In Spring boot run configuration specify Environment Variables. Insert provided npm token instead of <npm_token>
AWS_REGION=eu-west-3;NPM_TOKEN=<npm_token>