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
Copy file name to clipboardExpand all lines: microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilter.java
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,21 @@ public Object getProperty(String name) {
211
211
returnnull;
212
212
}
213
213
214
+
/**
215
+
* Adds the given auto-configuration class names to the exclusion set.
0 commit comments