From 478fbec4751fa9f8443c945f8df0cebb49815bfd Mon Sep 17 00:00:00 2001 From: changjunqiang <344656718@qq.com> Date: Thu, 18 Jun 2026 11:53:36 +0800 Subject: [PATCH] nodb --- Jenkinsfile | 5 +++++ pom.xml | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 617c11f..01fe167 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,11 @@ pipeline { deleteDir() } } + stage('拉取代码') { + steps { + git url:'http://118.25.129.153:3000/zhihui/rongshuo.git',branch:'main' + } + } stage('使用MAVNE构建') { steps { withMaven(maven: 'Maven3') { diff --git a/pom.xml b/pom.xml index 2eb1f61..a69dda8 100644 --- a/pom.xml +++ b/pom.xml @@ -45,21 +45,21 @@ - - com.baomidou - mybatis-plus-boot-starter - 3.4.2 - - - com.alibaba - druid-spring-boot-starter - 1.2.16 - - - mysql - mysql-connector-java - 8.0.33 - + + + + + + + + + + + + + + + org.springframework.boot spring-boot-starter-thymeleaf