yaowanxin
6 天以前 09e1c1155f4db6dc7a829e515337aa88ac4db81c
pom.xml
@@ -46,6 +46,12 @@
    </properties>
    <dependencies>
        <!-- ruoyi-springboot2 / swagger knife4j 配置 -->
        <dependency>
            <groupId>com.github.xiaoymin</groupId>
            <artifactId>knife4j-spring-boot-starter</artifactId>
            <version>3.0.3</version>
        </dependency>
        <!-- SpringBoot 核心包 -->
        <dependency>
@@ -218,6 +224,7 @@
            <version>${poi.version}</version>
        </dependency>
        <!-- velocity代码生成使用模板 -->
        <dependency>
            <groupId>org.apache.velocity</groupId>
@@ -276,6 +283,12 @@
            <version>${okhttp.version}</version>
        </dependency>
        <dependency>
            <groupId>com.deepoove</groupId>
            <artifactId>poi-tl</artifactId>
            <version>1.12.2</version>
        </dependency>
    </dependencies>
   <build>
@@ -288,14 +301,6 @@
                   <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
               </configuration>
           </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>10</source>
                    <target>10</target>
                </configuration>
            </plugin>
        </plugins>
   </build>
@@ -324,4 +329,4 @@
       </pluginRepository>
   </pluginRepositories>
</project>
</project>