From dd69b3bb1fbe76594aa3fef1f4858e75aeaa3513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Fri, 21 Apr 2023 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E4=BE=9D=E8=B5=96=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 16 ++++++++++++++++ springboot-util/pom.xml | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f23fa1..fe73568 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,3 +16,19 @@ deploy-jar: - git add . - git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG" - git push origin master + +qodana: + image: + name: jetbrains/qodana- + entrypoint: [""] + variables: + QODANA_TOKEN: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdhbml6YXRpb24iOiJBbEQ2MSIsInByb2plY3QiOiJ6cVFxMCIsInRva2VuIjoiQVJta0UifQ.599V0MjlL6rtvGqc7ObLKfLiQRN9O7UnC_VEgEZB--Y + QODANA_REMOTE_URL: git@$CI_SERVER_HOST:$CI_PROJECT_PATH.git + QODANA_BRANCH: $CI_COMMIT_BRANCH + QODANA_REVISION: $CI_COMMIT_SHA + QODANA_JOB_URL: $CI_JOB_URL + script: + - qodana + artifacts: + paths: + - qodana diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 415e9c6..f51d0c8 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -33,14 +33,14 @@ cn.hutool hutool-all - 5.8.11 + 5.8.16 com.alibaba fastjson - 1.2.78 + 1.2.83