Spring-Boot multi module unable to read properties file from another module
I have searched High and low and still I am unable to find a simple answer to this very annoying problem, I have followed this great guide: JWT with multi service app Everything works great but in the end of the guide we are suggested to create a config-service(module) , which I have done. The problem is that I am unable to override the default configuration of JwtConfig class The project structure is as follows: -config-service | JwtConfig.java \ | resources \ | jwtConfig.properties -other-service (add dependency in the pom file of the config-service) | someOtherclass.java (import the