Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.1k views
in Technique[技术] by (71.8m points)

java - Spring boot cannot resolve property placeholder within Eclipse

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...