|
@@ -176,6 +176,17 @@
|
176
|
176
|
<groupId>org.springframework.boot</groupId>
|
177
|
177
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
178
|
178
|
</plugin>
|
|
179
|
+ <plugin>
|
|
180
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
181
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
182
|
+ <configuration>
|
|
183
|
+ <encoding>UTF-8</encoding>
|
|
184
|
+ <nonFilteredFileExtensions>
|
|
185
|
+ <nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
|
|
186
|
+ <nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
|
187
|
+ </nonFilteredFileExtensions>
|
|
188
|
+ </configuration>
|
|
189
|
+ </plugin>
|
179
|
190
|
</plugins>
|
180
|
191
|
<resources>
|
181
|
192
|
<resource>
|