ludc
2023-07-20 23a3bdc1b76cea16bc9ec5795b9a380acd0ab43f
提交代码
已添加4个文件
73 ■■■■■ 文件已修改
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/MANIFEST.MF 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/spring-configuration-metadata.json 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.properties 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.xml 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/MANIFEST.MF
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,10 @@
Manifest-Version: 1.0
Implementation-Title: vci-file-api
Implementation-Version: 1.0-SNAPSHOT
Built-By: weidy
Implementation-Vendor-Id: com.vci
Created-By: Apache Maven 3.6.3
Build-Jdk: 1.8.0_311
Implementation-URL: https://projects.spring.io/spring-boot/#/spring-bo
 ot-starter-parent/vci-starter-parent/vci-file/vci-file-api
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/spring-configuration-metadata.json
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,31 @@
{
  "groups": [
    {
      "name": "vci.file",
      "type": "com.vci.file.properties.VciFileTransProperties",
      "sourceType": "com.vci.file.properties.VciFileTransProperties"
    }
  ],
  "properties": [
    {
      "name": "vci.file.check-table-exist",
      "type": "java.lang.String",
      "description": "是否检查数据库表",
      "sourceType": "com.vci.file.properties.VciFileTransProperties"
    },
    {
      "name": "vci.file.trans-protocal",
      "type": "com.vci.file.enumpck.VciFileTransProtocolEnum",
      "description": "传输协议",
      "sourceType": "com.vci.file.properties.VciFileTransProperties"
    },
    {
      "name": "vci.file.zip-charset",
      "type": "java.lang.String",
      "description": "压缩包的格式",
      "sourceType": "com.vci.file.properties.VciFileTransProperties",
      "defaultValue": "GBK"
    }
  ],
  "hints": []
}
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.properties
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,10 @@
Manifest-Version: 1.0
Implementation-Title: vci-file-api
Implementation-Version: 1.0-SNAPSHOT
Built-By: weidy
Implementation-Vendor-Id: com.vci
Created-By: Apache Maven 3.6.3
Build-Jdk: 1.8.0_311
Implementation-URL: https://projects.spring.io/spring-boot/#/spring-bo
ot-starter-parent/vci-starter-parent/vci-file/vci-file-api
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.xml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>vci-file</artifactId>
        <groupId>com.vci</groupId>
        <version>1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>vci-file-api</artifactId>
    <version>1.0-SNAPSHOT</version>
    <dependencies>
        <dependency>
            <groupId>org.apache.ant</groupId>
            <artifactId>ant</artifactId>
            <version>1.8.2</version>
        </dependency>
    </dependencies>
</project>