Hi all,
I have a Java Microservice here that uses SDK 1015.0.386 for which I’m struggeling to make it run locally.
During Startup I get the error
APPLICATION FAILED TO START
Description:
Parameter 0 of method groupDiscoveryService in ******.MainConfig required a bean of type ‘com.cumulocity.microservice.settings.service.MicroserviceSettingsService’ that could not be found.
Action:
Consider defining a bean of type ‘com.cumulocity.microservice.settings.service.MicroserviceSettingsService’ in your configuration.
I’m sure I have defined the required credentials in the application properties and the MS has been already in production - so it should work.
Is there anything special to take care here? Where is the Bean supposed to come from?
Thanks,
Mario Heidenreich