I have a spring boot project which have a model class called Message.java and have a jaxb.properties file in the same package where Message.java is situated. This works fine.
But is there a way where i can place my jaxb.properties file in META-INF or resources folder. I tried placing under /META-INF folder but isn't working.
Placing .properties file in a package consisting of only model classes looks unstructured.
Can anyone suggest on this how to achieve this.