zero-is
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.vertxup</groupId> <artifactId>zero-is</artifactId> <version>0.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>vertx-pin</artifactId> <groupId>cn.vertxup</groupId> <version>0.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>zero-is</artifactId> <name>Extension: Is「zero-is」Integration Service</name> <dependencies> <!-- Kern --> <dependency> <groupId>cn.vertxup</groupId> <artifactId>zero-ke</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.liquibase</groupId> <artifactId>liquibase-maven-plugin</artifactId> <configuration> <propertyProviderClass>io.vertx.tp.ke.secure.ZeroLiquibaseEncryption</propertyProviderClass> <!-- 配置文件路径 --> <propertyFile>plugin/sql/is.properties</propertyFile> <changeLogFile>plugin/sql/is.yml</changeLogFile> <!-- 配置参数 --> <promptOnNonLocalDatabase>false</promptOnNonLocalDatabase> <outputFileEncoding>UTF-8</outputFileEncoding> </configuration> </plugin> </plugins> </build> </project>