Closed MitchellShiell closed 1 day ago
When trying to start the application:
mvn spring-boot:run -Dspring-boot.run.profiles=default,s3,secure,dev
I'm encountering the following error:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'downloadController': Unsatisfied dependency expressed through field 'downloadService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3DownloadService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 's3.download.expiration' in value "${s3.download.expiration}"
It seems the application is unable to find the property s3.download.expiration
.
s3.download.expiration
looks to be defined in my application.yaml
Summary
Using this thread to track issues as I troubleshoot through the Score development environment setup
Steps to reproduce
1. Set up complementary services
2. Run the conductor for Songs dev environment, this command will set up all complementary services for Song development.
3. Clone Score
4. Run the build
5. Update the application.yaml, the specific application.yaml i am using can be found here
6. Change directory to the score-server and run the server