i have following repository structure for my spring config server:
repository structure for config files
and i want to import config named “jwt_secrets.properties” in multiple services, so i’m trying to import it inside /{application}/{application}-{profile}.yml:
enter image description here
but this doesn’t work
how can i do this so i keep my jwtSigningKey(which im trying to import) in one file, so i dont mess up when i want to change it?
i tried using “^/jwt_secrets.properties” but this also doesn’t work.
Voltjunkie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.