Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-03-30 13:37:37 -04:00

View File

@@ -34,7 +34,7 @@ public class GitUriFailureAnalyzer extends AbstractFailureAnalyzer<IllegalStateE
* Action to take for git failure.
*/
public static final String ACTION = "If you are using the git profile, you need to set a Git URI in your "
+ "configuration. If you are using a native profile and have spring.cloud.config.server.bootstrap=true, "
+ "configuration. If you have set spring.cloud.config.server.bootstrap=true, "
+ "you need to use a composite configuration.";
@Override