Allow overriding of initialize()
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class RibbonApplicationContextInitializer
|
||||
this.clientNames = clientNames;
|
||||
}
|
||||
|
||||
private void initialize() {
|
||||
protected void initialize() {
|
||||
if (clientNames != null) {
|
||||
for (String clientName : clientNames) {
|
||||
this.springClientFactory.getContext(clientName);
|
||||
|
||||
Reference in New Issue
Block a user