Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...