Browse Source

feat Dockerfile部署脚本添加

3 days ago
parent
commit
a661894c5e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -45,10 +45,16 @@
     <debezium.version>1.9.4.final</debezium.version>
     <beanutils.version>1.9.4</beanutils.version>
     <modelmapper.version>3.2.0</modelmapper.version>
+    <excel.version>3.3.2</excel.version>
   </properties>
   <dependencyManagement>
 
     <dependencies>
+      <dependency>
+        <groupId>com.alibaba</groupId>
+        <artifactId>easyexcel</artifactId>
+        <version>${excel.version}</version> <!-- 检查最新版本 -->
+      </dependency>
       <!-- 对象转换工具-->
       <dependency>
         <groupId>org.modelmapper</groupId>