You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read many documents and resource codes, found it is not simple if i want change the filename about properties file on git,because spring cloud config only load {application} whole words only matched filename.
the code is here:
org.springframework.cloud.config.server.environment.NativeEnvironmentRepository#getArgs
My question is why spring cloud config don't load all properties file by folder name or custom the filename? so, there are any way to solve this problem?