forked from github/dataease
fix(系统管理-用户管理): 批量导入的模版不能使用excel打开
This commit is contained in:
parent
f99bbfcaee
commit
e1682682e5
@ -377,6 +377,12 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<nonFilteredFileExtensions>
|
||||
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
||||
</nonFilteredFileExtensions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -14,6 +14,7 @@ import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
|
||||
@Api(tags = "xpack:用户导入")
|
||||
@RequestMapping("/plugin/user")
|
||||
@RestController
|
||||
|
BIN
backend/src/main/resources/excel/user.xls
Normal file
BIN
backend/src/main/resources/excel/user.xls
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user