(improvement)(headless)Remove mapper related configs from system configuration UI.

This commit is contained in:
jerryjzhang
2024-07-12 15:16:01 +08:00
parent 5bf4a4160d
commit e365a36749
3 changed files with 4 additions and 27 deletions

View File

@@ -7,6 +7,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
@Service
@@ -21,7 +22,9 @@ public abstract class ParameterConfig {
/**
* @return system parameters to be set with user interface
*/
protected abstract List<Parameter> getSysParameters();
protected List<Parameter> getSysParameters() {
return Collections.EMPTY_LIST;
}
/**
* Parameter value will be derived in the following order: