(improvement)(config) remove semantic url in standalone yaml (#258)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-10-18 19:44:35 +08:00
committed by GitHub
parent 7d770d2a6d
commit dc4fbb1a14
2 changed files with 1 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ public class SqlParserRemoveHelper {
}
}
public static String getConstant(Expression expression){
public static String getConstant(Expression expression) {
String constant = JsqlConstants.EQUAL_CONSTANT;
if (expression instanceof GreaterThanEquals) {
constant = JsqlConstants.GREATER_THAN_EQUALS_CONSTANT;

View File

@@ -26,10 +26,6 @@ authentication:
header:
key: Authorization
semantic:
url:
prefix: http://127.0.0.1:9081
time:
threshold: 100