Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/MANIFEST.MF | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/spring-configuration-metadata.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.properties | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS/ubcs-service-api/ubcs-file-api/src/main/java/com/META-INF/vci-file-api/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>