I'm running currently in a strange problem when starting a spring boot (2.3) application from within eclipse (2020-06, jdk 8). The project (maven based) has a dependency that contains a service and a yml file. This yml defines a property like ${something}. something is defined in turn in the yml of my project.
So far so good. When I start the project, spring cannot instantiate the service mentioned above because it cannot resolve something
When I create a runnable jar with maven and start it in a termninal, the applications runs perfectly.
Any help appreciated
TIA Kibu
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…