|
@@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
@Component
|
|
|
-@ConditionalOnProperty("sop")
|
|
|
+@ConditionalOnProperty(prefix = "sop", name = "urlPrefix")
|
|
|
public class SOPConfigHolder {
|
|
|
|
|
|
private static String urlPrefix;
|