In a Rest application based on spring Boot ,we want to outsource the definition of some constant, we use now application.properties (but it s fastiduex because we must go through @Value ("...")), Or declare them in Interfaces (static) .....
Is there a simple way? (It is not a spring MVC application, 100% RestFull)