TAMULib / GIFMButtonService

0 stars 1 forks source link

Sprint upgrade staging #44

Closed rmathew1011 closed 2 years ago

rmathew1011 commented 2 years ago

Upgrade done for GIFMService

rmathew1011 commented 2 years ago

We should postpone merge into main until we finalize the Dockerfile standard we wish to have across the deployments.

Dockerfile updated as per the standard

jsavell commented 2 years ago

application.yml has been added, but application.properties hasn't been removed.

When I run locally, application.properties is the one whose settings get used by the application.

Update:

After removing application.properties, the app fails to start because Spring doesn't appear to be picking up application.yml at all, or the GetItForMeService can't see the particular properties it needs.

I'm using mvn spring-boot:run

Error creating bean with name 'getItForMeService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'app.defaultButton.templateParameterKeys' in value "${app.defaultButton.templateParameterKeys}"