Answer the question
In order to leave comments, you need to log in
How to inherit application.properties from dependency in Maven project?
There is a Maven project - Java/Spring with its "application.properties" file. It has a maven dependency, with its own basic "application.properties" so to speak.
Question: how can the original project inherit/hook all the properties from this particular dependency?
// properties используются так:
@Value("${something}")
String something;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question