权限注解,excel依赖
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -137,6 +137,15 @@
|
||||
<artifactId>minio</artifactId>
|
||||
<version>8.6.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--excel处理-->
|
||||
<dependency>
|
||||
<groupId>cn.idev.excel</groupId>
|
||||
<artifactId>fastexcel</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -162,17 +171,14 @@
|
||||
</testResource>
|
||||
</testResources>
|
||||
<plugins>
|
||||
<!-- maven打包插件 -> 将整个工程打成一个 fatjar -->
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<!-- 作用:项目打成jar,同时把本地jar包也引入进去 -->
|
||||
<configuration>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
<mainClass>com.dc.dc_project.DcProjectApplication</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!--添加配置跳过测试-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user