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