diff --git a/pig-admin-service/pom.xml b/pig-admin-service/pom.xml
index cf353e07..699f6280 100644
--- a/pig-admin-service/pom.xml
+++ b/pig-admin-service/pom.xml
@@ -38,7 +38,28 @@
 			<groupId>com.baomidou</groupId>
 			<artifactId>mybatisplus-spring-boot-starter</artifactId>
 			<version>1.0.5</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.tomcat</groupId>
+					<artifactId>tomcat-jdbc</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
+		<!--连接池-->
+		<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
+		<dependency>
+			<groupId>com.zaxxer</groupId>
+			<artifactId>HikariCP</artifactId>
+			<!--<version>2.7.4</version>-->
+		</dependency>
+		<!--连接池配置加密-->
+		<!-- https://mvnrepository.com/artifact/com.github.ulisesbocchio/jasypt-spring-boot-starter -->
+		<dependency>
+			<groupId>com.github.ulisesbocchio</groupId>
+			<artifactId>jasypt-spring-boot-starter</artifactId>
+			<version>1.16</version>
+		</dependency>
+		
 		<!--myabtis-plus 代码生成依赖-->
 		<dependency>
 			<groupId>org.apache.velocity</groupId>