diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..a23e40c
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,70 @@
+{
+ // 使用 IntelliSense 了解相关属性。
+ // 悬停以查看现有属性的描述。
+ // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "java",
+ "name": "Current File",
+ "request": "launch",
+ "mainClass": "${file}"
+ },
+ {
+ "type": "java",
+ "name": "StringCase",
+ "request": "launch",
+ "mainClass": "cn.qaiu.vx.core.util.StringCase",
+ "projectName": "core"
+ },
+ {
+ "type": "java",
+ "name": "FCURLParser",
+ "request": "launch",
+ "mainClass": "cn.qaiu.parser.FCURLParser",
+ "projectName": "parser"
+ },
+ {
+ "type": "java",
+ "name": "QkTool",
+ "request": "launch",
+ "mainClass": "cn.qaiu.parser.impl.QkTool",
+ "projectName": "parser"
+ },
+ {
+ "type": "java",
+ "name": "WebClientExample",
+ "request": "launch",
+ "mainClass": "qaiu.web.test.WebClientExample",
+ "projectName": "parser"
+ },
+ {
+ "type": "java",
+ "name": "AppMain",
+ "request": "launch",
+ "mainClass": "cn.qaiu.lz.AppMain",
+ "projectName": "web-service"
+ },
+ {
+ "type": "java",
+ "name": "TestJs",
+ "request": "launch",
+ "mainClass": "cn.qaiu.web.test.TestJs",
+ "projectName": "web-service"
+ },
+ {
+ "type": "java",
+ "name": "TestOS",
+ "request": "launch",
+ "mainClass": "cn.qaiu.web.test.TestOS",
+ "projectName": "web-service"
+ },
+ {
+ "type": "java",
+ "name": "WebProxyExamples",
+ "request": "launch",
+ "mainClass": "cn.qaiu.web.test.WebProxyExamples",
+ "projectName": "web-service"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7b016a8..e012065 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,4 @@
{
- "java.compile.nullAnalysis.mode": "automatic"
+ "java.compile.nullAnalysis.mode": "automatic",
+ "java.configuration.updateBuildConfiguration": "interactive"
}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5303b13..58fb7a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
2.0.5
4.5.6
0.10.2
- 1.18.12
+ 1.18.30
2.0.5
3.12.0
2.0.0
diff --git a/web-service/pom.xml b/web-service/pom.xml
index d6cfffb..b1304b0 100644
--- a/web-service/pom.xml
+++ b/web-service/pom.xml
@@ -33,7 +33,7 @@
org.projectlombok
lombok
- 1.18.26
+ ${lombok.version}
provided