fiat icon indicating copy to clipboard operation
fiat copied to clipboard

fix(config): Exception in fresh development environment (LocalGit)

Open gustavotemple opened this issue 2 years ago • 0 comments

After following the guide below in a fresh development environment (LocalGit): https://spinnaker.io/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/

I got:

IllegalArgumentException: Could not resolve placeholder 'services.clouddriver.base-url' in value "${services.clouddriver.base-url}"
IllegalArgumentException: Could not resolve placeholder 'services.front50.base-url' in value "${services.front50.base-url}"
IllegalArgumentException: Could not resolve placeholder 'services.igor.base-url' in value "${services.igor.base-url}"

When I run ./gradlew run

gustavotemple avatar Jun 19 '23 23:06 gustavotemple