pom.xml
@@ -21,6 +21,7 @@ <mysql.version>8.0.17</mysql.version> <spring.boot.version>2.1.6.RELEASE</spring.boot.version> <mapstruct.version>1.4.1.Final</mapstruct.version> <easyExcel.version>3.3.2</easyExcel.version> </properties> @@ -69,6 +70,15 @@ <dependencies> <!-- easy excel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>${easyExcel.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId>