From 6f8c70662d97473b2d368a18b9d5c1a141653eca Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 2 Jun 2023 16:43:33 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20=E6=94=BE=E5=BC=80=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../opsli-modulars-generator/src/main/resources/tpl/test.html | 1 + opsli-starter/src/main/resources/application.yaml | 1 + 2 files changed, 2 insertions(+) create mode 100644 opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html diff --git a/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html b/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html new file mode 100644 index 00000000..b554d9e4 --- /dev/null +++ b/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html @@ -0,0 +1 @@ +<> diff --git a/opsli-starter/src/main/resources/application.yaml b/opsli-starter/src/main/resources/application.yaml index 283a11e3..ad2108d0 100644 --- a/opsli-starter/src/main/resources/application.yaml +++ b/opsli-starter/src/main/resources/application.yaml @@ -169,6 +169,7 @@ opsli: # 排除过滤URL url-exclusion: permit-all: + - "/static/files/**" - "/swagger-ui.html" - "/doc.html" - "/swagger-resources/**" -- Gitee From 6000f9b6a2463b727bd78bcaafce62eab93af061 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 2 Jun 2023 16:44:41 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20=E6=B2=A1=E6=9B=B4=E4=B8=8A2.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../opsli-modulars-generator/src/main/resources/tpl/test.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html diff --git a/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html b/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html deleted file mode 100644 index b554d9e4..00000000 --- a/opsli-modulars/opsli-modulars-generator/src/main/resources/tpl/test.html +++ /dev/null @@ -1 +0,0 @@ -<> -- Gitee From 18e0758b4aef050ef8e7cb92f8e248001edddc16 Mon Sep 17 00:00:00 2001 From: PiFrancis Date: Wed, 21 Jun 2023 09:47:38 +0800 Subject: [PATCH 3/5] update org.yaml:snakeyaml 1.27 to 2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d09f3758..780838ee 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 30.0-android 2.11.0 3.11 - 1.27 + 2.0 1.6.2 1.2.9 3.18.2 -- Gitee From 78c15f42ff3dfffbd650641c627a1296ab2ba7d6 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 12 Jul 2023 17:06:33 +0800 Subject: [PATCH 4/5] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.0 - 2.1.0 \345\215\207\347\272\247SQL.sql" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "db-file/2.0\347\211\210\346\234\254/2.0 => 2.1.0 \345\215\207\347\272\247SQL.sql" => "db-file/2.0\347\211\210\346\234\254/2.0 - 2.1.0 \345\215\207\347\272\247SQL.sql" (100%) diff --git "a/db-file/2.0\347\211\210\346\234\254/2.0 => 2.1.0 \345\215\207\347\272\247SQL.sql" "b/db-file/2.0\347\211\210\346\234\254/2.0 - 2.1.0 \345\215\207\347\272\247SQL.sql" similarity index 100% rename from "db-file/2.0\347\211\210\346\234\254/2.0 => 2.1.0 \345\215\207\347\272\247SQL.sql" rename to "db-file/2.0\347\211\210\346\234\254/2.0 - 2.1.0 \345\215\207\347\272\247SQL.sql" -- Gitee From 5cdbf140cc52af48ed36d244bf29c289ea7bbd68 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 12 Jul 2023 17:13:51 +0800 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7Guava=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20CVE-2020-8908?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d09f3758..03ca1d39 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 5.7.14 - 30.0-android + 31.1-jre 2.11.0 3.11 1.27 -- Gitee