傅行帆 5 years ago
parent
commit
a28270f40b
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      pom.xml

+ 21
- 0
pom.xml View File

@@ -108,8 +108,29 @@
108 108
 			<artifactId>guava</artifactId>
109 109
 			<version>26.0-jre</version>
110 110
 		</dependency>
111
+
112
+		<!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel -->
113
+		<dependency>
114
+			<groupId>com.alibaba</groupId>
115
+			<artifactId>easyexcel</artifactId>
116
+			<version>2.0.4</version>
117
+		</dependency>
118
+
119
+		<!-- swagger2 -->
120
+		<dependency>
121
+			<groupId>io.springfox</groupId>
122
+			<artifactId>springfox-swagger2</artifactId>
123
+			<version>2.7.0</version>
124
+		</dependency>
125
+
126
+		<dependency>
127
+			<groupId>io.springfox</groupId>
128
+			<artifactId>springfox-swagger-ui</artifactId>
129
+			<version>2.7.0</version>
130
+		</dependency>
111 131
 	</dependencies>
112 132
 
133
+
113 134
 	<profiles>
114 135
 		<profile>
115 136
 			<id>dev</id>