zouyu
17 小时以前 75b7a414ef821a07426790cb79c37811ae2f07ac
pom.xml
@@ -4,7 +4,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.ruoyi</groupId>
    <artifactId>ruoyi</artifactId>
    <artifactId>ruoyi-mis</artifactId>
    <version>3.8.9</version>
    <packaging>jar</packaging>
@@ -113,6 +113,13 @@
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>runtime</scope>
        </dependency>
        <!-- FreeMarker 模板引擎:处理变量占位符 -->
        <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>2.3.32</version>
        </dependency>
        <!-- pagehelper 分页插件 -->
@@ -294,6 +301,12 @@
            <version>1.12.2</version>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>easyexcel</artifactId>
            <version>4.0.3</version>
        </dependency>
    </dependencies>
   <build>