(improvement)(launcher)Refactor config keys, use s2 as the prefix

This commit is contained in:
jerryjzhang
2024-05-25 01:36:24 +08:00
parent 6745df5a2e
commit 822879cd7b
10 changed files with 111 additions and 135 deletions

View File

@@ -42,7 +42,7 @@ public class QueryUtils {
private final Set<Pattern> patterns = new HashSet<>();
@Value("${query.optimizer.enable:true}")
@Value("${s2.query-optimizer.enable:true}")
private Boolean optimizeEnable;
@PostConstruct