Z
Z
zencd2014-11-26 14:19:25
Maven
zencd, 2014-11-26 14:19:25

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 question

Ask a Question

731 491 924 answers to any question