faceless-shard
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>pro.fessional.wings</groupId> <artifactId>faceless-shard</artifactId> <version>3.3.140</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>pro.fessional</groupId> <artifactId>wings</artifactId> <version>3.3.140</version> </parent> <groupId>pro.fessional.wings</groupId> <artifactId>faceless-shard</artifactId> <version>3.3.140</version> <name>Wings::Faceless::Shard</name> <description>Database Splitting and Sharding with ShardingSphere</description> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <dependencies> <dependency> <groupId>pro.fessional.wings</groupId> <artifactId>faceless</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc</artifactId> </dependency> <dependency> <groupId>pro.fessional.wings</groupId> <artifactId>faceless-flywave</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>pro.fessional.wings</groupId> <artifactId>faceless-codegen</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>pro.fessional.wings</groupId> <artifactId>testing-faceless</artifactId> <scope>test</scope> </dependency> </dependencies> </project>