mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 03:57:35 +08:00
[Core] [File] Add headers
, columns
params
This commit is contained in:
parent
fa1c67e0ff
commit
275fdabc27
@ -4,5 +4,6 @@ class FileRequest
|
||||
{
|
||||
var name: String? = null
|
||||
var path: String? = null
|
||||
var content: String? = null
|
||||
var headers: List<Any>? = null
|
||||
var columns: List<Any>? = null
|
||||
}
|
||||
|
@ -30,6 +30,10 @@
|
||||
<groupId>io.edurt.datacap</groupId>
|
||||
<artifactId>datacap-file-spi</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
6
pom.xml
6
pom.xml
@ -173,6 +173,7 @@
|
||||
<datacap.pgsql.version>42.7.3</datacap.pgsql.version>
|
||||
<datacap.qiniu.version>7.15.0</datacap.qiniu.version>
|
||||
<datacap.alioss.version>3.16.1</datacap.alioss.version>
|
||||
<datacap.commons-io.version>2.16.1</datacap.commons-io.version>
|
||||
<!-- maven plugin -->
|
||||
<plugin.maven.checkstyle.version>3.0.0</plugin.maven.checkstyle.version>
|
||||
<plugin.maven.findbugs.version>3.0.5</plugin.maven.findbugs.version>
|
||||
@ -354,6 +355,11 @@
|
||||
<artifactId>reflections</artifactId>
|
||||
<version>${dep.reflections.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${datacap.commons-io.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user